summaryrefslogtreecommitdiff
path: root/surf
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-13 18:15:43 +0000
committerstkhan <personal@slickd.xyz>2022-05-13 18:15:43 +0000
commit2e81fbdf15168a5b6df291b7062d120156a5ce45 (patch)
tree57de36552c6f46e43d8520ccf65acb80ef5f6c29 /surf
parent7a93f153bf5e088ab6e2da6fcc0518744cfd54af (diff)
Removed dwm scripts, sfm, , added scroll, and added dark theme to surf
Diffstat (limited to 'surf')
-rw-r--r--surf/style/default.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/surf/style/default.css b/surf/style/default.css
new file mode 100644
index 0000000..5cd091b
--- /dev/null
+++ b/surf/style/default.css
@@ -0,0 +1,15 @@
+*,div,pre,textarea,body,input,td,tr,p {
+ background-color: #202020 !important;
+ background-image: none !important;
+ color: #bbbbbb !important;
+}
+h1,h2,h3,h4 {
+ background-color: #202020 !important;
+ color: #b8ddea !important;
+}
+img {
+ opacity: .5;
+}
+img:hover {
+ opacity: 1;
+}