Grayscale top bar

This commit is contained in:
Richard Feldman 2022-11-07 10:16:42 -05:00
parent 572abc4b53
commit 4e204ee7d6
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -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%);