Skip to content

Commit e000949

Browse files
committed
updates light theme to match hackage
1 parent 520cbae commit e000949

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

message-index/css/theme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
--bg-color: #FFFFFF;
33
--text-color: #333;
44
--outline-color: #DB83ED;
5-
--header-color: #6D28D9;
6-
--anchor-color: initial;
7-
--anchor-visited-color: initial;
5+
--header-color: #5E5184;
6+
--anchor-color: #9E358F;
7+
--anchor-visited-color: #6F5F9C;
88
--code-bg-color: #FAFAFA;
99
--filename-bg: #EAEAEA;
1010
}
@@ -20,7 +20,7 @@
2020
--filename-bg: #2C2C2C;
2121
}
2222

23-
/* TODO: this is a stopgap until there's custom highlighting for dark mode */
23+
/* TODO: this is a stopgap until there's custom highlighting for dark mode */
2424
code.hljs {
2525
background-color: transparent;
2626
filter: invert(1);

0 commit comments

Comments
 (0)