From 9c00d5b47d82da80605d78b762777aeb9a972e21 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 21 May 2024 08:50:20 -0300 Subject: url-spec, web-routes, content: static subdirectories --- src/static/css/site-basic.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/static/css/site-basic.css (limited to 'src/static/css/site-basic.css') 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; +} -- cgit 1.3.0-6-gf8a5