1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-29 10:37:59 +01:00

style tweak: lighten the logo in footer

This commit is contained in:
Kushagra Gour 2017-03-11 19:22:07 +05:30
parent 29e5ed6cf7
commit 073a08b176

View File

@ -315,9 +315,11 @@ li.CodeMirror-hint-active {
vertical-align: middle;
-webkit-filter: grayscale(0.9);
transition: 0.4s ease;
opacity: 0.3;
}
.footer:hover .logo {
-webkit-filter: grayscale(0);
opacity: 1;
}
.footer__right {
font-size: 0;