« get me outta code hell

here is a lot of data - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static/site-basic.css
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2020-12-07 13:45:46 -0400
committer(quasar) nebula <towerofnix@gmail.com>2020-12-07 13:45:46 -0400
commitf7d6efb585908719b4fcbb778b38ea03fb5641c5 (patch)
tree5f486ca09f3bc3ae80a466bff2e7777c24566549 /static/site-basic.css
parent510632b89a5b8f77a8254fd8c1d144e5e12cb615 (diff)
here is a lot of data
i am so sorry
Diffstat (limited to 'static/site-basic.css')
-rw-r--r--static/site-basic.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/site-basic.css b/static/site-basic.css
new file mode 100644
index 0000000..d26584a
--- /dev/null
+++ b/static/site-basic.css
@@ -0,0 +1,19 @@
+/**
+ * For redirects and stuff like that.
+ * Small file, not so much helped 8y this comment.
+ */
+
+html {
+    background-color: #222222;
+    color: white;
+}
+
+body {
+    padding: 15px;
+}
+
+main {
+    background-color: rgba(0, 0, 0, 0.6);
+    border: 1px dotted white;
+    padding: 20px;
+}