1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

Adjust logo brightness on hover

This commit is contained in:
FreeScout 2020-12-16 00:39:35 -08:00
parent 77ed94a2e8
commit cc5526f7f3

View File

@ -366,8 +366,8 @@ h1, h2, h3, h4, h5, h6 {
}
a.navbar-brand.active img,
a.navbar-brand:hover img {
-webkit-filter: brightness(2);
filter: brightness(2);
-webkit-filter: brightness(1.1);
filter: brightness(1.1);
}
.navbar-brand i {
color: #fff;