« get me outta code hell

url-spec, web-routes, content: static subdirectories - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/site-basic.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-21 08:50:20 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-21 08:50:20 -0300
commit9c00d5b47d82da80605d78b762777aeb9a972e21 (patch)
treead8354551693f24072f75171b38756154f8d7ded /src/static/css/site-basic.css
parentdc318c6db0b92510e8297739f4f6999f24859215 (diff)
url-spec, web-routes, content: static subdirectories
Diffstat (limited to 'src/static/css/site-basic.css')
-rw-r--r--src/static/css/site-basic.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/static/css/site-basic.css b/src/static/css/site-basic.css
new file mode 100644
index 00000000..586f37b5
--- /dev/null
+++ b/src/static/css/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;
+}