sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 425e885eb03e8ac4c855ca368b20fcc6694fa3bd
parent a6bfe06ec05b59167e3d309172c5b86768bdc353
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  9 Sep 2020 21:43:50 +0200

darkmode_css: small improvements

Diffstat:
Msurf.suckless.org/stylesheets/darkmode_css/index.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/surf.suckless.org/stylesheets/darkmode_css/index.md b/surf.suckless.org/stylesheets/darkmode_css/index.md @@ -1,15 +1,15 @@ -DARK css theme -=============== +Dark CSS theme +============== Description ----------- -PUT THE FILE IN ~/.surf/styles/default.css to get a -dark themed surf. Uses the same css as vimb's dark mode. +Put the file in ~/.surf/styles/default.css to get a dark themed surf. It uses +the same CSS as vimb's dark mode. It makes everything dark gray and makes images opacity lower unless you hover over them. - *,div,pre,textarea,body,input,td,tr,p { + *,div,pre,textarea,body,input,td,tr,p { background-color: #202020 !important; background-image: none !important; color: #bbbbbb !important;