summaryrefslogtreecommitdiff
path: root/src/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/base.css')
-rw-r--r--src/css/base.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/css/base.css b/src/css/base.css
index 25b71a5..3725f8d 100644
--- a/src/css/base.css
+++ b/src/css/base.css
@@ -2,9 +2,13 @@
box-sizing: border-box;
}
+html {
+ background-image: url('/static/chip.png');
+}
+
body {
color: #999;
- background-color: #000;
+ background-color: rgba(0, 0, 0, 0.75);
width: 90%;
max-width: 1000px;