Jump to content

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

no edit summary
(Search bar tests)
No edit summary
Line 3:
--text-color: white;
--border-color: white;
}
 
/* Use the TNO font */
@font-face {
font-family: 'Aldrich';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMVacY3w.woff2) format('woff2');
}
 
Line 16 ⟶ 24:
.mw-footer li,
.mw-page-container,
.mw-page-title-main,
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
background-color: var(--bg-color);
color: var(--text-color);
font-family: 'Aldrich', sans-serif;
}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.