summaryrefslogtreecommitdiff
path: root/surf/style
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-17 18:17:07 +0000
committerstkhan <personal@slickd.xyz>2022-05-17 18:17:07 +0000
commit9261c7a8a339056c3cd58e0b8979a6f25ea764e5 (patch)
treed83fba0566ab0d1c22cac2d84166dcdf4f2d982f /surf/style
parentecf6c90d32260530c8f1805d98ff17c4d4693856 (diff)
dwm launches ncmpcpp with pictures, and surf was rebuild
Diffstat (limited to 'surf/style')
-rw-r--r--surf/style/ddg.css3
-rw-r--r--surf/style/default.css15
2 files changed, 0 insertions, 18 deletions
diff --git a/surf/style/ddg.css b/surf/style/ddg.css
deleted file mode 100644
index f15cdd7..0000000
--- a/surf/style/ddg.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.body --home {
- background: #141414;
-}
diff --git a/surf/style/default.css b/surf/style/default.css
deleted file mode 100644
index 5cd091b..0000000
--- a/surf/style/default.css
+++ /dev/null
@@ -1,15 +0,0 @@
-*,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;
-}