mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Grayscale top bar
This commit is contained in:
parent
572abc4b53
commit
4e204ee7d6
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
:root {
|
||||
--body-max-width: 900px;
|
||||
--text-color: #121212;
|
||||
--top-bar-bg: hsl(258, 40%, 57%);
|
||||
--top-bar-fg: #fff;
|
||||
--top-bar-logo-hover: #444;
|
||||
--top-bar-bg: #444;
|
||||
--top-bar-fg: #eee;
|
||||
--top-bar-logo-hover: hsl(258, 73%, 70%);
|
||||
--header-link-color: #17b9b0;
|
||||
--header-link-hover: #222;
|
||||
--link-color: hsl(258, 73%, 58%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue