[wiki] [sites] surf stylesheet with lynx-like colors || shmak

From: <git_AT_suckless.org>
Date: Fri, 20 Jan 2023 17:59:42 +0100

commit 1fa65c0dc77b474dc87ffeac990101f27cceb3b8
Author: shmak <shmak_AT_tuta.io>
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
_AT_@ -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 <shmak_AT_tuta.io>
Received on Fri Jan 20 2023 - 17:59:42 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 20 2023 - 18:00:48 CET