mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-29 00:20:51 +00:00
16 lines
200 B
Plaintext
16 lines
200 B
Plaintext
|
@import 'minerva.variables';
|
||
|
|
||
|
.last-modified-bar {
|
||
|
&.active {
|
||
|
|
||
|
#mw-mf-last-modified {
|
||
|
background-color: @lastModifiedBarActiveBackgroundColor;
|
||
|
}
|
||
|
|
||
|
color: #fff;
|
||
|
a {
|
||
|
color: #fff;
|
||
|
}
|
||
|
}
|
||
|
}
|