From 0be1f6df271d501d9230eecac815eac719d19498 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 18 Jan 2026 22:16:31 +0100 Subject: =?UTF-8?q?CSS-Klasse=20f=C3=BCr=20Hervorhebungen=20angelegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/html/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/html') diff --git a/www/html/style.css b/www/html/style.css index ae35f45..8f3f338 100644 --- a/www/html/style.css +++ b/www/html/style.css @@ -130,6 +130,11 @@ div.welcome h1 { .news { color: white; } +.highlight-box { + margin: 1rem 0; + padding: 1rem; + border: 1pt solid var(--highlight) +} section { background-color: var(--background-secondary); max-width: 50rem; -- cgit v1.2.3