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 520cbae commit e000949Copy full SHA for e000949
message-index/css/theme.css
@@ -2,9 +2,9 @@
2
--bg-color: #FFFFFF;
3
--text-color: #333;
4
--outline-color: #DB83ED;
5
- --header-color: #6D28D9;
6
- --anchor-color: initial;
7
- --anchor-visited-color: initial;
+ --header-color: #5E5184;
+ --anchor-color: #9E358F;
+ --anchor-visited-color: #6F5F9C;
8
--code-bg-color: #FAFAFA;
9
--filename-bg: #EAEAEA;
10
}
@@ -20,7 +20,7 @@
20
--filename-bg: #2C2C2C;
21
22
23
- /* TODO: this is a stopgap until there's custom highlighting for dark mode */
+ /* TODO: this is a stopgap until there's custom highlighting for dark mode */
24
code.hljs {
25
background-color: transparent;
26
filter: invert(1);
0 commit comments