From 909a76bcc45e896f8029ec4c8491652f3738d4e3 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 24 May 2025 02:57:22 -0600 Subject: Working on better web design --- org/css/shitty-theme.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 org/css/shitty-theme.css (limited to 'org/css') diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css new file mode 100644 index 0000000..8e3da1f --- /dev/null +++ b/org/css/shitty-theme.css @@ -0,0 +1,23 @@ +body { + background-color: #dcd1ba; +} + +#content { + width: 65%; + margin: auto; + background-color: #bebebe; + border: 1px solid black; +} + +.shittyweb-header { + text-align: center; +} + +.org-src-container { + background-color: white; +} + +#postamble { + text-align: center; +} + -- cgit v1.2.3