mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
24 lines
271 B
Plaintext
24 lines
271 B
Plaintext
|
@import '../variables.less';
|
||
|
@import 'integration.less';
|
||
|
@import 'icons.less';
|
||
|
|
||
|
body {
|
||
|
font-family: @font-family-sans;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#mw-panel {
|
||
|
background-color: @background-color-secondary;
|
||
|
}
|
||
|
|
||
|
.printfooter {
|
||
|
display: none;
|
||
|
}
|