Skip to content

Commit f264ac9

Browse files
authored
Update custom.css
1 parent d3753fb commit f264ac9

File tree

1 file changed

+40
-9
lines changed

1 file changed

+40
-9
lines changed

src/css/custom.css

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,53 @@
11
:root {
2-
--ifm-background-color: #000000;
3-
--ifm-color-text: #00cccc;
2+
--ifm-color-primary: #f8f8f8;
3+
--ifm-color-primary-dark: #7a24cc;
4+
--ifm-color-primary-darker: #6d1fb8;
5+
--ifm-color-primary-darkest: #5a1b95;
6+
--ifm-color-primary-light: #9e47f2;
7+
--ifm-color-primary-lighter: #ab65f5;
8+
--ifm-color-primary-lightest: #c28cf8;
9+
--ifm-color-landing: #white;
10+
--ifm-code-font-size: 95%;
11+
--docusaurus-highlighted-code-line-bg: rgba(138, 43, 226, 0.1);
12+
--ifm-font-color-base: #d1d5db;
13+
--ifm-link-color:#f8f8f8;
14+
--ifm-toc-link-color: #f8f8f8;
15+
--ifm-heading-color: #f8f8f8;
16+
--ifm-navbar-background-color: #000;
417
}
518

19+
[data-theme='dark'] {
20+
--ifm-color-primary: #b19cd9;
21+
--ifm-color-primary-dark: #a288c7;
22+
--ifm-color-primary-darker: #9277b4;
23+
--ifm-color-primary-darkest: #8363a2;
24+
--ifm-color-primary-light: #c1a7e2;
25+
--ifm-color-primary-lighter: #d1b5eb;
26+
--ifm-color-primary-lightest: #e2c8f3;
27+
--ifm-color-landing: #1b1b1d;
28+
--docusaurus-highlighted-code-line-bg: rgba(177, 156, 217, 0.3);
29+
}
630
.navbar__logo {
731
border-radius: 4px;
832
overflow: hidden;
933
}
1034

11-
html, body, .theme-doc-markdown, .theme-blog-homepage, .theme-blog-post, .main-wrapper {
12-
background-color: #000000 !important;
35+
.navbar {
36+
background-color: #000;
1337
}
1438

15-
.navbar {
16-
display: none;
39+
body {
40+
background-color: #000;
41+
}
42+
43+
.table-of-contents__link--active {
44+
text-decoration: underline;
45+
}
46+
47+
p {
48+
font-size: 17px;
1749
}
1850

19-
h1, h2, h3, h4, h5, h6,
20-
a {
21-
color: #00cccc !important;
51+
.table-of-contents {
52+
font-size: 14px;
2253
}

0 commit comments

Comments
 (0)