File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 align-items : center;
55 overflow : hidden;
66 padding : 3rem auto;
7- background-color : # FAFAF8 !important ;
7+ background-color : # FAFAF8 ;
88 color : # 111827 ;
99 transition :
1010 background 0.4s ease,
Original file line number Diff line number Diff line change @@ -624,10 +624,10 @@ html[data-theme="dark"] article blockquote {
624624 }
625625}
626626
627- : root {
627+ : root , html [ data-theme = "light" ] {
628628 --ifm-background-color : # FAFAF8 ;
629629 --ifm-background-surface-color : # FAFAF8 ;
630- --ifm-navbar-background-color : # FAFAF8 !important ;
630+ --ifm-navbar-background-color : # FAFAF8 ;
631631 --ifm-footer-background-color : # FAFAF8 ;
632632 --ifm-color-primary : # 2e8555 ;
633633 --ifm-color-primary-dark : # 29784c ;
@@ -689,7 +689,7 @@ body {
689689 text-decoration : none;
690690}
691691
692- [data-theme = "dark" ] {
692+ html [data-theme = "dark" ] {
693693 --ifm-background-color : # 000000 ;
694694 --ifm-background-surface-color : # 0a0a0a ;
695695 --ifm-navbar-background-color : # 000000 ;
You can’t perform that action at this time.
0 commit comments