summaryrefslogtreecommitdiff
path: root/themes/kvog/assets/css/main.css
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-06-23 20:07:59 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-06-23 20:07:59 -0500
commit531c82359c93f81e40ec2aa6d77b8e0dbd8d4c9e (patch)
treecf3255eb911d98151abbcd3553c7df82b707334b /themes/kvog/assets/css/main.css
parent226726866367a099e700abb447dc08dec13aea59 (diff)
Diffstat (limited to 'themes/kvog/assets/css/main.css')
-rw-r--r--themes/kvog/assets/css/main.css8
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;
+}
+