mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-29 00:20:51 +00:00
86238c64c2
In I7abdbac4d2d16b931e2b110fcebf0dfc82146753 I accidentally removed the active link color (I meant to /move/ it from the critical path since it requires JavaScript) Change-Id: Ie86c3c9d03a0ed130a86c50bb548c9b47db6def6
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;
|
|
}
|
|
}
|
|
}
|