aboutsummaryrefslogtreecommitdiffstats
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-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;
+}
+