commit 425e885eb03e8ac4c855ca368b20fcc6694fa3bd
Author: Hiltjo Posthuma <[email protected]>
Date: Wed Sep 9 21:43:50 2020 +0200
darkmode_css: small improvements
diff --git a/surf.suckless.org/stylesheets/darkmode_css/index.md
b/surf.suckless.org/stylesheets/darkmode_css/index.md
index 937f4664..182941cd 100644
--- 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;