From 78497caf86bf58f9c9d53c0581cf15c96baba759 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Oct 2025 15:08:31 +0200 Subject: up --- .local/share/surf/styles/dark.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .local/share/surf/styles/dark.css (limited to '.local/share/surf/styles/dark.css') diff --git a/.local/share/surf/styles/dark.css b/.local/share/surf/styles/dark.css new file mode 100644 index 0000000..e8954e4 --- /dev/null +++ b/.local/share/surf/styles/dark.css @@ -0,0 +1,20 @@ +div,pre,textarea,body,input,select,option,button,td,tr,p { + background-color: #32302f !important; + border-color: #665c54 !important; + /* background-image: none !important; */ + /* color: #ebdbb2 !important; */ + color: #ebdbb2 !important; +} +a { + color: #458588 !important; +} +h1,h2,h3,h4 { + /* background-color: #202020 !important; */ + color: #ebdbb2 !important; +} +/* img { + opacity: .5; +} +img:hover { + opacity: 1; +} */ -- cgit v1.2.3