feat: make all underlines thicker
All checks were successful
Docker / build-and-push-image (push) Successful in 52s

This commit is contained in:
Troy 2025-05-29 23:29:45 +01:00
parent 5fc17449e1
commit 93d9b30fb6
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 72 additions and 46 deletions

View file

@ -53,3 +53,9 @@
text-decoration: var(--shiki-dark-text-decoration) !important;
}
}
@layer utilities {
.underline {
@apply underline decoration-2 underline-offset-2;
}
}