mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
21 lines
339 B
Plaintext
21 lines
339 B
Plaintext
|
/*
|
||
|
* Citizen - Html Form Styles
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../resources/variables.less';
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
.mw-htmlform-ooui {
|
||
|
.mw-htmlform-matrix {
|
||
|
tbody tr:nth-child( even ) td {
|
||
|
background-color: @dark-bg-10;
|
||
|
}
|
||
|
|
||
|
tbody tr:hover td {
|
||
|
background-color: @dark-bg-20;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|