fa350786d6
Reuse pre-defined variable values with wider scope thanks to mediawiki.skin.variables.less. Bug: T333888 Change-Id: I6071ea59746d9ab3a701f570dc97b1fb5a802a45
20 lines
402 B
Text
20 lines
402 B
Text
/**
|
|
* This file is a Less import match for 'mediawiki.skin.variables.less'
|
|
* when MonoBook is the active skin.
|
|
*/
|
|
|
|
@import 'mediawiki.skin.defaults.less';
|
|
|
|
@font-family-sans: sans-serif;
|
|
|
|
// == Colors ==
|
|
// Link colors
|
|
@color-link: #002bb8;
|
|
@color-link--visited: #5a3696;
|
|
@color-link-new: #c20;
|
|
|
|
@color-base: #000;
|
|
@color-subtle: #707070;
|
|
|
|
// Matches OOUI's Apex theme.
|
|
@border-radius-base: 0.25em;
|