diff options
author | joe <rbo@gmx.us> | 2025-10-01 15:48:42 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 15:48:42 +0200 |
commit | d64b89f810a4aecede19fea5d42ddbc6ef4199ea (patch) | |
tree | da5f675a870a6be22ed7f8a1ecbed4a36293531b /.local/share/surf/styles | |
parent | up (diff) | |
download | dotfiles-bsd-d64b89f810a4aecede19fea5d42ddbc6ef4199ea.tar.gz dotfiles-bsd-d64b89f810a4aecede19fea5d42ddbc6ef4199ea.tar.bz2 dotfiles-bsd-d64b89f810a4aecede19fea5d42ddbc6ef4199ea.tar.xz dotfiles-bsd-d64b89f810a4aecede19fea5d42ddbc6ef4199ea.tar.zst dotfiles-bsd-d64b89f810a4aecede19fea5d42ddbc6ef4199ea.zip |
up
Diffstat (limited to '')
-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; */ } |