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 38: Line 43:
.vector-sticky-header-context-bar-primary .mw-page-title-main,
.vector-sticky-header-context-bar-primary .mw-page-title-main,
figcaption,
figcaption,
.mw-normal-catlinks > ul > li {
.mw-normal-catlinks > ul > li > a {
color: var(--bg-color);
color: var(--bg-color);
}
}
Line 45: Line 50:
*::after {
*::after {
display: none !important;
display: none !important;
}

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