highlight Description links
Some checks failed
CI / test (pull_request) Failing after 18s
API CI / api-tests (pull_request) Failing after 36s

This commit is contained in:
Tim Lorsbach
2026-07-06 15:17:38 +02:00
parent b0004ea66e
commit ce1d709715

View File

@ -39,3 +39,7 @@ select.select[multiple] {
display: block;
white-space: normal;
}
p a {
@apply underline;
}