30 lines
706 B
Text
30 lines
706 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: #ccffcc;
|
|
@color-link--visited: #00ff00;
|
|
@color-link--active: #cdf16c;
|
|
@color-link-new: #81ad41;
|
|
@color-link-new--visited: #81ad41;
|
|
|
|
// Fix external links
|
|
@color-link-external: @color-link;
|
|
@color-link-external--visited: @color-link--visited;
|
|
@color-link-external--active: @color-link--active;
|
|
|
|
@border-subtle: #363636;
|
|
@background-color-interactive-subtle: #383838;
|
|
|
|
@color-base: white;
|
|
@color-subtle: #707070;
|
|
|
|
// Matches OOUI's Apex theme.
|
|
@border-radius-base: 0.25em;
|