Skip to content

Commit e2a85d4

Browse files
authored
Update custom.css, come back to default until its done properly
1 parent fc592d8 commit e2a85d4

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

src/css/custom.css

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
/**
2+
* Any CSS included here will be global. The classic template
3+
* bundles Infima by default. Infima is a CSS framework designed to
4+
* work well for content-centric websites.
5+
*/
6+
7+
/* You can override the default Infima variables here. */
18
:root {
2-
--ifm-color-primary: #f8f8f8;
9+
--ifm-color-primary: #8a2be2;
310
--ifm-color-primary-dark: #7a24cc;
411
--ifm-color-primary-darker: #6d1fb8;
512
--ifm-color-primary-darkest: #5a1b95;
@@ -9,11 +16,6 @@
916
--ifm-color-landing: #white;
1017
--ifm-code-font-size: 95%;
1118
--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;
1719
}
1820

1921
[data-theme='dark'] {
@@ -27,27 +29,8 @@
2729
--ifm-color-landing: #1b1b1d;
2830
--docusaurus-highlighted-code-line-bg: rgba(177, 156, 217, 0.3);
2931
}
32+
3033
.navbar__logo {
3134
border-radius: 4px;
3235
overflow: hidden;
3336
}
34-
35-
.navbar {
36-
background-color: #000;
37-
}
38-
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;
49-
}
50-
51-
.table-of-contents {
52-
font-size: 14px;
53-
}

0 commit comments

Comments
 (0)