mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
8c1afd97a3
Making Minerva use the `elements` feature is not practical at the current time. In lieu of that, we update the link colors to use the core definition. The red links and external link colors can come from the "content-links" module. This also adds support for the underlining user link preference and better plain link support. Bug: T274717 Change-Id: I600257e6f4430f166331c4ea4f3a72d87aa377d8
18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
/**
|
|
* This file is a LESS @import match for 'mediawiki.skin.variables.less'
|
|
* when MinervaNeue is the active skin.
|
|
*/
|
|
@import 'mediawiki.skin.defaults.less';
|
|
|
|
// Body content uses the user setting in browser / the system default sans-serif font:
|
|
// Arial on Windows, Roboto on Android.
|
|
// FIXME: Use WikimediaUI Base's OS specific default sans-serif fonts.
|
|
@font-family-sans: sans-serif;
|
|
|
|
// Matches WikimediaUI Base and OOUI/WikimediaUI theme.
|
|
@border-radius-base: 2px;
|
|
|
|
@color-link: #36c;
|
|
@color-link--visited: #6b4ba1;
|
|
@color-link--active: #faa700;
|