summaryrefslogtreecommitdiffstats
path: root/.local/share/surf
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-01 15:08:31 +0200
committerjoe <rbo@gmx.us>2025-10-01 15:08:31 +0200
commit78497caf86bf58f9c9d53c0581cf15c96baba759 (patch)
tree1e2ea9774bd9a29398c92292eefca2fcf420d4e7 /.local/share/surf
parentup (diff)
downloaddotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.gz
dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.bz2
dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.xz
dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.tar.zst
dotfiles-bsd-78497caf86bf58f9c9d53c0581cf15c96baba759.zip
up
Diffstat (limited to '.local/share/surf')
-rw-r--r--.local/share/surf/styles/dark.css20
-rw-r--r--.local/share/surf/styles/default.css0
2 files changed, 20 insertions, 0 deletions
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;
+} */
diff --git a/.local/share/surf/styles/default.css b/.local/share/surf/styles/default.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.local/share/surf/styles/default.css