summaryrefslogtreecommitdiffstats
path: root/blog/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'blog/style.css')
-rw-r--r--blog/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/blog/style.css b/blog/style.css
new file mode 100644
index 0000000..83ff097
--- /dev/null
+++ b/blog/style.css
@@ -0,0 +1,7 @@
+html {
+ background-color: #121212;
+ border: 3vh solid #121212;
+ font-family: sans-serif;
+ font-size: 2vh;
+ color: white;
+}