From 2e81fbdf15168a5b6df291b7062d120156a5ce45 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 13 May 2022 18:15:43 +0000 Subject: Removed dwm scripts, sfm, , added scroll, and added dark theme to surf --- surf/style/default.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 surf/style/default.css (limited to 'surf/style/default.css') 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; +} -- cgit v1.2.3