mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
f7f78023e9
Follow Web Content Accessibility Guidelines and use Wikimedia Design Style Guide colors with at least 3:1 contrast with surrounding body text. Also unify external and normal links as the color difference is basically opaque to understand beyond a small group of power users. Bug: T213778 Bug: T315321 Change-Id: I8a309eedd70b9a82fcca91c2cf9a30beea602b6b
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
/**
|
|
* This file is a LESS import match for "mediawiki.skin.variables.less"
|
|
* when legacy Vector is the active skin.
|
|
*/
|
|
|
|
@import 'mediawiki.skin.defaults.less';
|
|
@import '../mediawiki.less/mediawiki.skin.variables.less';
|
|
|
|
// Set pre July 2022 colors for links (T213778).
|
|
@color-link: #0645ad;
|
|
@color-link--visited: #0b0080;
|