mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 02:54:06 +00:00
24 lines
416 B
Plaintext
24 lines
416 B
Plaintext
/*
|
|
* Citizen - Lingo
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
span.mw-lingo-term {
|
|
border-bottom: 1px dotted @accent-50;
|
|
|
|
&:hover {
|
|
background-color: rgba( 0, 0, 0, 0.1 );
|
|
}
|
|
}
|
|
|
|
.mw-lingo-tooltip {
|
|
color: @dark-text-80;
|
|
background-color: @dark-bg-0;
|
|
border: 1px solid @dark-bg-20;
|
|
box-shadow: 1px 1px 3px 1px rgba( 0, 0, 0, 0.15 );
|
|
}
|
|
}
|