Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ |
/* All CSS here will be loaded for users of the Citizen skin */ |
||
a |
a { |
||
color: #f72a57; |
color: #f72a57; |
||
} |
|||
a.new { |
|||
color: #255000; |
|||
} |
} |
||
/* |
/* |
||
Revision as of 23:59, 27 December 2024
/* All CSS here will be loaded for users of the Citizen skin */
a {
color: #f72a57;
}
a.new {
color: #255000;
}
/*
blockquote p {
color: #2A3D57;
}
figure.mw-default-size figcaption {
color: #2A3D57;
}
*/
body {
background: #000B1A;
}
:root {
--font-family-base: 'Afacad';
--font-size-base: 1.175rem !important;
}