Make links more visible when hovering.
This commit is contained in:
parent
d2d66382e2
commit
2d43140623
@ -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 {
|
||||
|
Reference in New Issue
Block a user