update icon hover color

This commit is contained in:
grafixeyehero
2019-06-02 00:35:09 +03:00
parent 1d07d513ea
commit d976734d61
+1 -1
View File
@@ -59,7 +59,7 @@ html {
}
.paper-icon-button-light:hover {
color: #48C3C8;
color: rgb(12, 232, 214);
background-color: rgba(0,164,220, .2);
transition: 0.2s;
}