MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
--card-background: linear-gradient(to right,#101214,#0c0e10); |
--card-background: linear-gradient(to right,#101214,#0c0e10); |
||
--card-background-secondary: #1a1c1d; |
--card-background-secondary: #1a1c1d; |
||
} |
|||
@media screen and (prefers-color-scheme: light) { |
|||
:root.skin-theme-clientpref-os { |
|||
--card-background: #e1e1e1; |
|||
--card-background-secondary: #b7b7b7; |
|||
} |
|||
} |
} |
||
Revision as of 15:40, 27 October 2025
/* All CSS here will be loaded for users of the Citizen skin */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--transform-image-hover: none;
--card-background: linear-gradient(to right,#101214,#0c0e10);
--card-background-secondary: #1a1c1d;
}
@media screen and (prefers-color-scheme: light) {
:root.skin-theme-clientpref-os {
--card-background: #e1e1e1;
--card-background-secondary: #b7b7b7;
}
}
:root.skin-theme-clientpref-day {
--card-background: #e1e1e1;
--card-background-secondary: #b7b7b7;
}
ul {
margin-inline: 1.2rem 0;
}