We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08af320 commit 58ae7ceCopy full SHA for 58ae7ce
Writerside/cfg/static/custom.css
@@ -1,6 +1,7 @@
1
:root {
2
--wh-color-accent-substrate-bg: #222330 !important;
3
--wh-color-border-hover: #4f57a7 !important;
4
+ --wh-color-backlight-pale: none;
5
}
6
7
.article > .prompt {
@@ -27,10 +28,18 @@
27
28
border: none;
29
30
31
+.app__toc li {
32
+ margin: 6px 0;
33
+}
34
+
35
.toc-item {
36
border-radius: 5px;
37
38
39
+.toc-item--highlighted {
40
+ // background: none;
41
42
43
.article__list + .code-block__wrapper,
44
.article__list + .code-collapse__wrapper,
45
p + .code-block__wrapper,
0 commit comments