From ead9bdc9fc1e9cc62a26e59f6880a13aa864f931 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 6 May 2021 14:56:18 -0300 Subject: break up utility file, get build for sure working still Much Work Yet Ahead but this is good progress!! also the site is in a working state afaict and thats a kinda nice milestone lmbo --- src/static/site-basic.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/static/site-basic.css (limited to 'src/static/site-basic.css') diff --git a/src/static/site-basic.css b/src/static/site-basic.css new file mode 100644 index 00000000..d26584ae --- /dev/null +++ b/src/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; +} -- cgit 1.3.0-6-gf8a5