diff options
Diffstat (limited to 'themes/kvog/assets')
| -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; +} + |