aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-10-28 16:54:24 +0100
committerVosjedev <vosje@vosjedev.net>2025-10-28 16:54:24 +0100
commit5ef636e6d64d7c4ae7d1fe07895ae761aaa9787e (patch)
tree79658cca283215da104a553eb9ce44b1f3a82875
parentdefc239e3286f66cc6724a098406a08e7b4a58ab (diff)
downloadacit-5ef636e6d64d7c4ae7d1fe07895ae761aaa9787e.tar.gz
acit-5ef636e6d64d7c4ae7d1fe07895ae761aaa9787e.tar.bz2
acit-5ef636e6d64d7c4ae7d1fe07895ae761aaa9787e.tar.xz
CSS I guess
-rw-r--r--html/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
new file mode 100644
index 0000000..462f750
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1,21 @@
+
+:root {
+ --primary-background: #fcfcfc;
+ --secondary-background: #eee;
+ --tertiary-background: #acacac;
+}
+
+
+.path {
+ background-color: var(--tertiary-background);
+}
+
+.email {
+ font-family: monospace;
+ font-size: 1em;
+ background-color: var(--secondary-background);
+ padding: 1px;
+ padding-left: 2em;
+ padding-right: 2em;
+}
+