File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 55 --wh-color-backlight-pale-dark : none;
66}
77
8+ : root .theme-dark {
9+ --wh-color-bg-main : # 1c2329 !important ;
10+ --wh-color-backlight-secondary-dark : # 284e6d !important ;
11+ }
12+
813.wh-header__product-logo {
914 width : auto;
1015 max-height : inherit;
6873 background-color : var (--wh-color-primary-light-theme ) !important ;
6974}
7075
76+ .toc--theme-dark {
77+ background : none;
78+ }
7179
7280.article__list + .code-block__wrapper ,
7381.article__list + .code-collapse__wrapper ,
@@ -82,7 +90,12 @@ p + .code-collapse__wrapper,
8290 border-radius : 7px ;
8391}
8492
85- .starting-page-card : hover {
93+ .theme-dark .starting-page-card {
94+ background : # 1c2329 !important ;
95+ }
96+
97+ .theme-dark .starting-page-card : hover {
98+ background : # 252f37 !important ;
8699}
87100
88101# mermaid .flowchart-link {
You can’t perform that action at this time.
0 commit comments