diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/style.css | 21 |
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; +} + |
