summaryrefslogtreecommitdiff
path: root/surf/style
diff options
context:
space:
mode:
Diffstat (limited to 'surf/style')
-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;
+}