feat: make all underlines thicker
All checks were successful
Docker / build-and-push-image (push) Successful in 52s
All checks were successful
Docker / build-and-push-image (push) Successful in 52s
This commit is contained in:
parent
5fc17449e1
commit
93d9b30fb6
4 changed files with 72 additions and 46 deletions
|
@ -53,3 +53,9 @@
|
|||
text-decoration: var(--shiki-dark-text-decoration) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.underline {
|
||||
@apply underline decoration-2 underline-offset-2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue