diff options
author | joe <rbo@gmx.us> | 2025-10-01 15:28:17 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 15:28:17 +0200 |
commit | 0e5b81cc7d60f82ba440c342bc14c70248803525 (patch) | |
tree | f4a3f64f16d2e35dd1084ce23b0562d0de0420ba /.local/share/surf/styles/dark.css | |
parent | up (diff) | |
download | dotfiles-bsd-0e5b81cc7d60f82ba440c342bc14c70248803525.tar.gz dotfiles-bsd-0e5b81cc7d60f82ba440c342bc14c70248803525.tar.bz2 dotfiles-bsd-0e5b81cc7d60f82ba440c342bc14c70248803525.tar.xz dotfiles-bsd-0e5b81cc7d60f82ba440c342bc14c70248803525.tar.zst dotfiles-bsd-0e5b81cc7d60f82ba440c342bc14c70248803525.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .local/share/surf/styles/dark.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.local/share/surf/styles/dark.css b/.local/share/surf/styles/dark.css index e8954e4..0432c13 100644 --- a/.local/share/surf/styles/dark.css +++ b/.local/share/surf/styles/dark.css @@ -1,4 +1,4 @@ -div,pre,textarea,body,input,select,option,button,td,tr,p { +*,div,pre,textarea,body,input,select,option,button,td,tr,p { background-color: #32302f !important; border-color: #665c54 !important; /* background-image: none !important; */ @@ -12,9 +12,3 @@ h1,h2,h3,h4 { /* background-color: #202020 !important; */ color: #ebdbb2 !important; } -/* img { - opacity: .5; -} -img:hover { - opacity: 1; -} */ |