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. */
81: root {
9- --ifm-color-primary : # 8a2be2 ;
10- --ifm-color-primary-dark : # 7a24cc ;
11- --ifm-color-primary-darker : # 6d1fb8 ;
12- --ifm-color-primary-darkest : # 5a1b95 ;
13- --ifm-color-primary-light : # 9e47f2 ;
14- --ifm-color-primary-lighter : # ab65f5 ;
15- --ifm-color-primary-lightest : # c28cf8 ;
16- --ifm-color-landing : # white;
17- - - ifm- code-font- size: 95% ;
18- --docusaurus-highlighted-code-line-bg : rgba (138 , 43 , 226 , 0.1 );
19- }
20-
21- [data-theme = 'dark' ] {
22- --ifm-color-primary : # b19cd9 ;
23- --ifm-color-primary-dark : # a288c7 ;
24- --ifm-color-primary-darker : # 9277b4 ;
25- --ifm-color-primary-darkest : # 8363a2 ;
26- --ifm-color-primary-light : # c1a7e2 ;
27- --ifm-color-primary-lighter : # d1b5eb ;
28- --ifm-color-primary-lightest : # e2c8f3 ;
29- --ifm-color-landing : # 1b1b1d ;
30- --docusaurus-highlighted-code-line-bg : rgba (177 , 156 , 217 , 0.3 );
2+ --ifm-background-color : # 000000 ;
3+ --ifm-color-text : # 00cccc ;
314}
325
336.navbar__logo {
347 border-radius : 4px ;
358 overflow : hidden;
36- }
9+ }
10+
11+ html , body , .theme-doc-markdown , .theme-blog-homepage , .theme-blog-post , .main-wrapper {
12+ background-color : # 000000 !important ;
13+ }
14+
15+ h1 , h2 , h3 , h4 , h5 , h6 ,
16+ a {
17+ color : # 00cccc !important ;
18+ }
0 commit comments