Skip to content

Commit 877f8f7

Browse files
committed
Improvements on the website theme colors
1 parent 252f512 commit 877f8f7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

site/main.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
@media (prefers-color-scheme: dark) {
2020
:root {
21-
--background: #131516;
21+
--background: #272a2b;
2222
--text: #d8d4cf;
2323
--title: #bc63e1;
24-
--code: #d74343;
24+
--code: #c83f3f;
2525
--link: #9F9F9F;
2626
--icon: #9F9F9F;
27-
--code-background: #212425;
27+
--code-background: #323638;
2828
--code-border: #E8E6E3;
2929
--code-text: #E8E6E3;
3030
--shadow: lightgrey;
@@ -177,3 +177,13 @@ nav .unobtrusive {
177177
pre, code {
178178
white-space: pre-wrap;
179179
}
180+
181+
.hljs-built_in {
182+
color: var(--text) !important;
183+
}
184+
.hljs-attr {
185+
color: var(--link) !important;
186+
}
187+
.hljs-string {
188+
color: var(--code) !important;
189+
}

0 commit comments

Comments
 (0)