From 0b274c969e824b4bcf328e3272b8894143f3a683 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 24 Nov 2024 04:50:59 -0600 Subject: reinit 3. git reset --hard was not right. thanks ai --- .surf/styles/default.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .surf/styles/default.css (limited to '.surf/styles') diff --git a/.surf/styles/default.css b/.surf/styles/default.css new file mode 100644 index 0000000..69259cc --- /dev/null +++ b/.surf/styles/default.css @@ -0,0 +1,16 @@ +*,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.3