mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
22 lines
374 B
Plaintext
22 lines
374 B
Plaintext
/*
|
|
* Citizen - SRF Slideshow
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
.srf-slideshow .slideshow-nav {
|
|
border: 1px solid @dark-bg-50;
|
|
background: @dark-bg-10;
|
|
}
|
|
|
|
.srf-slideshow .slideshow-nav-readout {
|
|
color: @dark-text-100;
|
|
}
|
|
|
|
.srf-slideshow .slideshow-element {
|
|
background-color: @dark-bg-0;
|
|
}
|
|
}
|