diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index d45bdd1..ce4aeb6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -158,7 +158,7 @@ html { background-color: var(--primary-bg); color: var(--primary-fg); font-family: 'VT323', monospace; - font-size: 16px; + font-size: 18px; position: relative; overflow: auto; /* scroll-behavior: smooth; */ @@ -189,6 +189,11 @@ html:before { pointer-events: none; } +hr { + background-color: var(--primary-fg); + border-color: var(--primary-fg); +} + .separator-wrap { width: 100%; display: flex; @@ -225,7 +230,7 @@ ul > li { } header, footer { - margin: 25px; + margin: 10px; } header > h1, |