aboutsummaryrefslogtreecommitdiff
path: root/content/style.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-08-29 16:59:57 +0200
committermetamuffin <metamuffin@disroot.org>2022-08-29 16:59:57 +0200
commit7853c8a551806007c3697a38fa5f929ca45a0985 (patch)
tree52152d615d88a5ef5ca795a58722c4e6a52882e6 /content/style.css
parentddc681c7793a990a67ae61ec183bb1a1138ea3ef (diff)
downloadmetamuffin-blog-7853c8a551806007c3697a38fa5f929ca45a0985.tar
metamuffin-blog-7853c8a551806007c3697a38fa5f929ca45a0985.tar.bz2
metamuffin-blog-7853c8a551806007c3697a38fa5f929ca45a0985.tar.zst
rename tools to code
Diffstat (limited to 'content/style.css')
-rw-r--r--content/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/content/style.css b/content/style.css
new file mode 100644
index 0000000..749fcae
--- /dev/null
+++ b/content/style.css
@@ -0,0 +1,19 @@
+:root {
+ --font1: white;
+ --font2: #ff62fc;
+ --bg1: #1a051d;
+ --bg2: #3b1041;
+}
+
+body {
+ margin: 2em;
+ background-color: var(--bg1);
+}
+
+nav {
+ background-color: var(--bg2);
+}
+
+p,h1,h2,h3,h4,h5,h6,span {
+ color: var(--font1)
+}