Skip to content

Commit a9f8662

Browse files
authored
fix hover & focus (#313)
1 parent 833b904 commit a9f8662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4132,8 +4132,8 @@
41324132
}
41334133

41344134
.btn-f:hover, .btn-f:focus {
4135-
background: #FCFCFC;
4136-
color: #d33c44;
4135+
background: #FCFCFC !important;
4136+
color: #d33c44 !important;
41374137
}
41384138

41394139

0 commit comments

Comments
 (0)