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 56df10a commit 08af320Copy full SHA for 08af320
Writerside/cfg/static/custom.css
@@ -1,5 +1,6 @@
1
:root {
2
--wh-color-accent-substrate-bg: #222330 !important;
3
+ --wh-color-border-hover: #4f57a7 !important;
4
}
5
6
.article > .prompt {
@@ -43,6 +44,9 @@ p + .code-collapse__wrapper,
43
44
border-radius: 7px;
45
46
47
+.starting-page-card:hover {
48
+}
49
+
50
#mermaid .flowchart-link {
51
stroke: #59595c6b !important;
52
0 commit comments