File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 45
45
--ifm-navbar-background-color : #000716 ;
46
46
--ifm-background-color : #0f1b2a ;
47
47
--ifm-menu-color : #d1d5db ;
48
+ --ifm-menu-color-active : #ff9900 ;
49
+ --ifm-breadcrumb-color-active : #ff9900 ;
50
+ --ifm-link-color : #ff9900 ;
51
+ --ifm-tabs-color-active : #ff9900 ;
52
+ --ifm-tabs-color-active-border : #ff9900 ;
48
53
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
49
54
}
50
55
79
84
padding : 0 var (--ifm-pre-padding );
80
85
}
81
86
87
+ [data-theme = " dark" ] .code-block-highlighted-line-even {
88
+ background-color : #d1d1d121 ;
89
+ }
90
+
91
+ [data-theme = " dark" ] .code-block-highlighted-line-odd {
92
+ background-color : #8c949480 ;
93
+ }
94
+
82
95
.theme-doc-toc-desktop {
83
96
display : none ;
84
97
}
205
218
color : white ;
206
219
}
207
220
208
- /* Dark mode specific styles */
209
- [data-theme = " dark" ] img {
210
- box-shadow : 0 4px 8px rgba (255 , 255 , 255 , 0.1 );
211
- }
212
-
213
221
[class ^= " lightToggleIcon" ] {
214
222
color : white ;
215
223
}
You can’t perform that action at this time.
0 commit comments