Skip to content

Commit ee6eb8d

Browse files
committed
Improve UI colors
1 parent 2c31490 commit ee6eb8d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Writerside/cfg/static/custom.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
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;
@@ -68,6 +73,9 @@
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 {

0 commit comments

Comments
 (0)