mediawiki-skins-Citizen/skinStyles/mediawiki/mediawiki.legacy.shared.less
alistair3149 5d3ecd9edd
feat(core): convert some CSS variables into Codex equivalent
This is an on-going work to adapt Codex into Citizen.
Some of the CSS variables are soft depreciated, see tokens.less for updated info.
2024-06-30 01:04:30 -04:00

40 lines
680 B
Plaintext

/*
* Citizen - Legacy shared styles
* https://starcitizen.tools
*/
@import '../../resources/variables.less';
.skin-theme-clientpref-night {
.catlinks li {
border-left: 1px solid @dark-bg-50;
}
.autocomment,
.autocomment a,
.autocomment a:visited {
color: var( --color-subtle );
}
.mw-datatable {
border: 1px solid @dark-bg-50;
}
.mw-datatable td,
.mw-datatable th {
border: 1px solid @dark-bg-50;
}
.mw-datatable th {
background-color: var( --background-color-primary--active );
}
.mw-datatable td {
background-color: var( --color-surface-0 );
}
.mw-datatable tr:hover td {
background-color: var( --background-color-primary--active );
}
}