diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2026-01-18 23:26:40 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2026-01-18 23:35:23 +0100 |
| commit | 1c5c2041c8696febd165b22f546fd4ad47d3b8f7 (patch) | |
| tree | baa0f4cf3aa2bf8e4f054181b1b4d71ae4afeda4 /www/index.nix | |
| parent | ebbf8ba883844c352b2614d16dd3070e0caa9c51 (diff) | |
Semantische CSS-Klassen eingeführt
Dies ermöglicht unabhängigere visuelle Komponenten, die nicht an den Ort im DOM-Baum gebunden sind.
Diffstat (limited to 'www/index.nix')
| -rw-r--r-- | www/index.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.nix b/www/index.nix index 65f7ddb..f999cc0 100644 --- a/www/index.nix +++ b/www/index.nix @@ -40,7 +40,7 @@ <script async src="redirects.js"></script> ''; "@past-events@" = '' - <dl> + <dl class="events"> ${ with lib; concatMapStringsSep "\n" (event: event.value) ( @@ -50,7 +50,7 @@ </dl> ''; "@future-events@" = '' - <dl> + <dl class="events"> ${ with lib; concatMapStringsSep "\n" (event: event.value) ( |
