Skip to content

Commit 58ae7ce

Browse files
committed
Improve docs UI (part #3)
1 parent 08af320 commit 58ae7ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Writerside/cfg/static/custom.css

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:root {
22
--wh-color-accent-substrate-bg: #222330 !important;
33
--wh-color-border-hover: #4f57a7 !important;
4+
--wh-color-backlight-pale: none;
45
}
56

67
.article > .prompt {
@@ -27,10 +28,18 @@
2728
border: none;
2829
}
2930

31+
.app__toc li {
32+
margin: 6px 0;
33+
}
34+
3035
.toc-item {
3136
border-radius: 5px;
3237
}
3338

39+
.toc-item--highlighted {
40+
// background: none;
41+
}
42+
3443
.article__list + .code-block__wrapper,
3544
.article__list + .code-collapse__wrapper,
3645
p + .code-block__wrapper,

0 commit comments

Comments
 (0)