aboutsummaryrefslogtreecommitdiff
path: root/.surf/styles
diff options
context:
space:
mode:
Diffstat (limited to '.surf/styles')
-rw-r--r--.surf/styles/default.css16
1 files changed, 16 insertions, 0 deletions
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;
+}
+