Skip to content

Commit 2b32f7e

Browse files
committed
hover
1 parent 5b17800 commit 2b32f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/utilities.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
font-size: 90%;
251251
}
252252
@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;
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 hover:bg-blue-400/70 hover:border-blue-200 transition-colors;
254254
svg {
255255
font-size: 19px;
256256
}

0 commit comments

Comments
 (0)