diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-10-28 16:57:45 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-10-28 16:57:45 +0100 |
| commit | cd5222e96661b05e58bd27700ef9a157734f65c0 (patch) | |
| tree | 54047e0c67e10c0445491609dcd9e3a6ba79e499 | |
| parent | 86969d5908f5570bb95616a90bf27b817e1b1ee8 (diff) | |
| download | acit-cd5222e96661b05e58bd27700ef9a157734f65c0.tar.gz acit-cd5222e96661b05e58bd27700ef9a157734f65c0.tar.bz2 acit-cd5222e96661b05e58bd27700ef9a157734f65c0.tar.xz | |
Regen html
| -rw-r--r-- | src/acit/html.py | 23 |
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; +} + +""" |
