aboutsummaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-05-24 02:57:22 -0600
committernathan <nathansmith@disroot.org>2025-05-24 02:57:22 -0600
commit909a76bcc45e896f8029ec4c8491652f3738d4e3 (patch)
tree2be1f29405a9b695c1966d6896ed51db5befee20 /org
parente568b96a03be77b8fd68ed1874289a65a93b49aa (diff)
Working on better web design
Diffstat (limited to 'org')
-rw-r--r--org/css/shitty-theme.css23
1 files changed, 23 insertions, 0 deletions
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;
+}
+