aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2025-10-28 16:57:45 +0100
committerVosjedev <vosje@vosjedev.net>2025-10-28 16:57:45 +0100
commitcd5222e96661b05e58bd27700ef9a157734f65c0 (patch)
tree54047e0c67e10c0445491609dcd9e3a6ba79e499
parent86969d5908f5570bb95616a90bf27b817e1b1ee8 (diff)
downloadacit-cd5222e96661b05e58bd27700ef9a157734f65c0.tar.gz
acit-cd5222e96661b05e58bd27700ef9a157734f65c0.tar.bz2
acit-cd5222e96661b05e58bd27700ef9a157734f65c0.tar.xz
Regen html
-rw-r--r--src/acit/html.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/acit/html.py b/src/acit/html.py
index 0ec7eb9..2827a4a 100644
--- a/src/acit/html.py
+++ b/src/acit/html.py
@@ -45,3 +45,26 @@ notfound="""
</body>
</html>
"""
+style_css="""
+
+: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;
+}
+
+"""