summaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css
new file mode 100644
index 0000000..06e4736
--- /dev/null
+++ b/css/base.css
@@ -0,0 +1,10 @@
+* {
+ font-family: "CNViolette", "Baloo 2", ".AppleSystemUIFont", -apple-system, system-ui, sans-serif;
+ transition: all 500ms;
+}
+
+html, body {
+ margin: 0;
+ background: #111;
+ color: white;
+} \ No newline at end of file