We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b17800 commit 2b32f7eCopy full SHA for 2b32f7e
assets/css/utilities.css
@@ -250,7 +250,7 @@
250
font-size: 90%;
251
}
252
@utility topbar-button {
253
- @apply font-semibold min-h-10 px-2 bg-blue-400/50 rounded-md border-1 border-blue-300 inline-flex justify-center items-center gap-1.5;
+ @apply font-semibold min-h-10 px-2 bg-blue-400/50 rounded-md border-1 border-blue-300 inline-flex justify-center items-center gap-1.5 hover:bg-blue-400/70 hover:border-blue-200 transition-colors;
254
svg {
255
font-size: 19px;
256
0 commit comments