ca0b4bed6a
* Link color comes from the elements ResourceLoaderSkinModule feature * MonoBook link colors are overriden in skin variables Depends-On: I799b46664f01c5631fb9d1ae4f5c43caeeaac818 Bug: T288739 Change-Id: Ifbe2394f2f5beb417a4aa5b288a0e906ed10a691
17 lines
358 B
Text
17 lines
358 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;
|
|
|
|
// Matches OOUI's Apex theme.
|
|
@border-radius-base: 0.25em;
|