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 +++++ www/termine.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'www') 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; diff --git a/www/termine.nix b/www/termine.nix index 4b9b8af..e631afc 100644 --- a/www/termine.nix +++ b/www/termine.nix @@ -60,7 +60,7 @@ "" } - ${lib.optionalString (!isNull self.aside) ''''} + ${lib.optionalString (!isNull self.aside) ''''} ${ with lib; -- cgit v1.2.3