MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 21: Line 21:


.heading-holder { display:none; }
.heading-holder { display:none; }
a {
color: black;
text-decoration: underline;
transition: .5s;
}
a:hover {
color: #4c4c4c;
text-decoration: none;
}
a:visited {
color: #4c4c4c;
}


.custom-desktop-only { display: none; }
.custom-desktop-only { display: none; }