diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-30 18:37:16 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-30 18:37:16 +0200 |
commit | bdf9e3ea5034022d3c4ac9e588e5e6a07d2588ae (patch) | |
tree | e7f212e4148c626defd524ba3df1541218def699 /dst/styles | |
parent | 7c366e26ffcb31e04b8d64a8ceb2849da4faecf9 (diff) |
Different theme icons for dark/light, minor colour changes
Diffstat (limited to 'dst/styles')
-rw-r--r-- | dst/styles/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dst/styles/style.css b/dst/styles/style.css index 0cee77a..e0bac34 100644 --- a/dst/styles/style.css +++ b/dst/styles/style.css @@ -11,13 +11,13 @@ .dark-mode { --bg: #282c34; - --fg: #a6adba; + --fg: #c8ceda; --link: #56b6c2; --code: #363a45; --footer: #828997; --home-link: #e06c75; --quote-border: #c678dd; - --theme-toggle: #5d8ffc; + --theme-toggle: #f9e2af; } body { |