Make links more visible when hovering.

This commit is contained in:
Markus Birth 2016-05-26 00:26:52 +02:00
parent d2d66382e2
commit 2d43140623

View File

@ -68,6 +68,13 @@
.mdl-layout a {
color: inherit !important;
text-decoration: inherit !important;
-webkit-transition: all 1s;
transition: all 1s;
}
.mdl-layout a:hover {
color: rgb(0, 0, 192) !important;
text-decoration: underline !important;
}
.mdl-list__item-avatar {