add invertion when scrolled

This commit is contained in:
Mikhail Kuznetcov
2021-04-01 20:50:51 +02:00
parent c3196bb319
commit c5a7ad3ad7

View File

@@ -25,4 +25,10 @@
float: right;
max-width: 70%;
padding-left: 12px;
}
.navbar-fixed-top .navbar-2nd-logo p {
color: #000;
}
.navbar-fixed-top .navbar-2nd-logo img {
filter: invert(100%);
}