/** * This file is a Less import match for 'mediawiki.skin.variables.less' * when MonoBook is the active skin. */ @import 'mediawiki.skin.defaults.less'; // Overrides for Codex variables: @font-family-sans: sans-serif; // Line height specific former values in preparation of new font modes, see T389900. // TODO: These variables can be removed once the new font modes typographic styles are // fully implemented. @line-height-xx-small: 1.375; @line-height-medium: 1.6; // Overrides for non-Codex variables: // == 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;