diff options
-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; -} */ |