commit 1fa65c0dc77b474dc87ffeac990101f27cceb3b8
Author: shmak <[email protected]>
Date:   Fri Jan 20 22:29:53 2023 +0530

    surf stylesheet with lynx-like colors

diff --git a/surf.suckless.org/stylesheets/lynx/index.md 
b/surf.suckless.org/stylesheets/lynx/index.md
new file mode 100644
index 00000000..2407ae1c
--- /dev/null
+++ b/surf.suckless.org/stylesheets/lynx/index.md
@@ -0,0 +1,37 @@
+Lynx-like colors
+================
+
+Description
+-----------
+
+Colors similar to the lynx web browser
+
+~/.surf/styles/default.css
+
+       * {
+               border-color: grey !important;
+               background-color: black !important;
+               background-image: black !important;
+               color: grey !important;
+       }
+       
+       h1,h2,h3,h4,a {
+               color: green !important;
+       }
+       
+       *:focus,h1:focus,h2:focus,h3:focus,h4:focus {
+               color: yellow !important;
+       }
+       
+       img, video {
+               opacity: 0.3;
+       }
+       
+       img:hover, video:hover {
+               opacity: 1;
+       }
+
+Author
+------
+
+* shmak <[email protected]>


Reply via email to