From ce1d709715440bc51d199c3eec5614d7d3327f7e Mon Sep 17 00:00:00 2001 From: Tim Lorsbach Date: Mon, 6 Jul 2026 15:17:38 +0200 Subject: [PATCH] highlight Description links --- static/css/input.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/input.css b/static/css/input.css index 10ed39fa..bf6af315 100644 --- a/static/css/input.css +++ b/static/css/input.css @@ -39,3 +39,7 @@ select.select[multiple] { display: block; white-space: normal; } + +p a { + @apply underline; +}