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 ce191eb commit d6e37b3Copy full SHA for d6e37b3
theming/theme-dark.scss
@@ -15,8 +15,13 @@ a:hover {
15
color: #31dce6 !important;
16
}
17
18
-code {
+code, p code {
19
background-color: #172424 !important;
20
+ color: #2aa198;
21
+}
22
+
23
+li {
24
+ color: #979c9c !important;
25
26
27
.menu-text:hover {
@@ -46,3 +51,8 @@ p {
46
51
.level4 {
47
52
color: #1bb3ac !important;
48
53
54
55
+::selection {
56
+ color: #31dce6;
57
+ background: #192222;
58
0 commit comments