From 3df65584fa53b4b4a242b9ce5042b657c1b54824 Mon Sep 17 00:00:00 2001 From: Christian Ohlsson Date: Tue, 7 Apr 2026 11:55:13 +0200 Subject: [PATCH] Fler stila till theme.css --- theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.css b/theme.css index 99b4f31..a77c271 100644 --- a/theme.css +++ b/theme.css @@ -19,4 +19,14 @@ color: #0e0f12; padding: 1px 7px; border-radius: 7px; + font-size: 1rem; +} +.entry-content h2 { + margin-top: 2rem; +} +.wp-block-post-excerpt { + margin: 0; +} +.wp-block-post-excerpt__excerpt { + font-size: 1rem; }