2018-05-20 15:32:21 -04:00
|
|
|
/**
|
2023-05-09 20:46:57 -04:00
|
|
|
* This file is a Less import match for 'mediawiki.skin.variables.less'
|
2018-05-20 15:32:21 -04:00
|
|
|
* when MonoBook is the active skin.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import 'mediawiki.skin.defaults.less';
|
|
|
|
|
|
|
|
@font-family-sans: sans-serif;
|
|
|
|
|
2021-08-26 17:10:32 -04:00
|
|
|
// == Colors ==
|
|
|
|
// Link colors
|
|
|
|
@color-link: #002bb8;
|
|
|
|
@color-link--visited: #5a3696;
|
|
|
|
@color-link-new: #c20;
|
|
|
|
|
2023-05-09 20:46:57 -04:00
|
|
|
@color-base: #000;
|
|
|
|
@color-subtle: #707070;
|
|
|
|
|
2018-05-20 15:32:21 -04:00
|
|
|
// Matches OOUI's Apex theme.
|
|
|
|
@border-radius-base: 0.25em;
|