mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Revert body bg and header colors
This commit is contained in:
parent
4772bf960d
commit
21cf221f27
1 changed files with 2 additions and 2 deletions
|
@ -511,13 +511,13 @@ h4 {
|
|||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--text-color: #cdcdcd;
|
||||
--top-bar-bg: #8d51f6;
|
||||
--top-bar-bg: #2a2a2a;
|
||||
--header-link-color: hsl(258, 73%, 70%);
|
||||
--header-link-hover: #ddd;
|
||||
--h1-color: #1bc6bd;
|
||||
--link-color: #1bc6bd;
|
||||
--repl-prompt: #0ff4f4;
|
||||
--body-bg: #161519;
|
||||
--body-bg: #0e0e0f;
|
||||
--code-bg: #303030;
|
||||
--snippet-bg: #1a1a1a;
|
||||
--snippet-border: #444;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue