MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 802:
.mod-modname:hover a:last-child {
background: #6BA5C8;
}
 
.tile-bottom.read-more {
background: #f9fafa;
transition: 0.3s ease-out;
}
 
.tile-bottom.read-more a {
color: #949eaa;
font-weight: bold;
text-align: right;
}
 
.tile-bottom.read-more:hover {
background: #f2f4f4;
}
 
.tile-bottom.read-more:hover .arrow {
transform: translateX(50%);
}
 
.tile-bottom.read-more .arrow {
filter: invert(43%) sepia(50%) hue-rotate(175deg);
margin-left: 0.4em;
transition: 0.3s ease-out;
}