Update globals.css

This commit is contained in:
MacRimi 2025-02-14 20:05:27 +01:00 committed by GitHub
parent c0c98cb25c
commit 3ec25e2aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,5 +56,8 @@
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
} }
hr {
@apply my-8 border-t border-gray-300;
}
} }