diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-23 20:07:59 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-23 20:07:59 -0500 |
| commit | 531c82359c93f81e40ec2aa6d77b8e0dbd8d4c9e (patch) | |
| tree | cf3255eb911d98151abbcd3553c7df82b707334b /themes/kvog/assets/css | |
| parent | 226726866367a099e700abb447dc08dec13aea59 (diff) | |
Diffstat (limited to 'themes/kvog/assets/css')
| -rw-r--r-- | themes/kvog/assets/css/main.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/kvog/assets/css/main.css b/themes/kvog/assets/css/main.css index 11744b1..e0bb58c 100644 --- a/themes/kvog/assets/css/main.css +++ b/themes/kvog/assets/css/main.css @@ -4,7 +4,8 @@ body { color: #222; font-family: sans-serif; - line-height: 1.5; + font-family: Arial, sans-serif; + font-size: 13px; margin: 1rem; max-width: 1024px; } @@ -13,3 +14,8 @@ a { color: #00e; text-decoration: none; } + +summary { + cursor: pointer; +} + |