User:Kylmä Moth/common.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 32: Line 32:
.mw-page-title-main {
.mw-page-title-main {
font-family: 'Aldrich', sans-serif;
font-family: 'Aldrich', sans-serif;
}

/* Make all the links white */
a {
color: var(--text-color) !important;
}
}


Line 45: Line 40:
.mw-normal-catlinks > ul > li > a {
.mw-normal-catlinks > ul > li > a {
color: var(--bg-color);
color: var(--bg-color);
}

/* Make all the links white */
a {
color: var(--text-color) !important;
}
}