Add border to variant two

This commit is contained in:
2025-07-13 00:45:35 +02:00
parent 297848a83a
commit 08635dc0d5
3 changed files with 36 additions and 22 deletions

View File

@ -172,6 +172,10 @@
@apply line-through text-muted-foreground;
}
div:hover {
border-color: var(--hover-border-color);
}
@layer base {
* {
@apply border-border outline-ring/50;