💄 Style: change backgroud color of toc title

This commit is contained in:
Cell
2022-04-18 14:53:13 +08:00
parent 010415e586
commit ea2b8e03d5
+2 -2
View File
@@ -125,7 +125,7 @@
justify-content: space-between;
line-height: 2em;
padding: 0 0.75rem;
background: darken($code-background-color, 6%);
background: darken($code-background-color, 3%);
[theme='dark'] & {
background: darken($code-background-color-dark, 6%);
@@ -147,7 +147,7 @@
&.open {
.toc-title {
background: darken($code-background-color, 3%);
background: darken($code-background-color, 6%);
[theme='dark'] & {
background: darken($code-background-color-dark, 3%);