From 531c82359c93f81e40ec2aa6d77b8e0dbd8d4c9e Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Tue, 23 Jun 2026 20:07:59 -0500 Subject: --- themes/kvog/assets/css/main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'themes/kvog/assets/css') 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; +} + -- cgit v1.2.3