From 5ef636e6d64d7c4ae7d1fe07895ae761aaa9787e Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Tue, 28 Oct 2025 16:54:24 +0100 Subject: CSS I guess --- html/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 html/style.css 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; +} + -- cgit