diff options
Diffstat (limited to '.local/share/surf/styles')
-rw-r--r-- | .local/share/surf/styles/dark.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.local/share/surf/styles/dark.css b/.local/share/surf/styles/dark.css index 0432c13..235a8c3 100644 --- a/.local/share/surf/styles/dark.css +++ b/.local/share/surf/styles/dark.css @@ -2,13 +2,14 @@ background-color: #32302f !important; border-color: #665c54 !important; /* background-image: none !important; */ - /* color: #ebdbb2 !important; */ color: #ebdbb2 !important; + /* color: #fbf1c7 !important; */ } a { - color: #458588 !important; + color: #83a598 !important; } h1,h2,h3,h4 { /* background-color: #202020 !important; */ color: #ebdbb2 !important; + /* color: #fbf1c7 !important; */ } |