mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
[less] Amend subtle color to WikimediaUI Base default
Replace former non-base variables color with one from the standard variables files in preparation for iit's usage in core and Vector. Color is still confirming to WCAG level AA contrast ratio. Bug: T254474 Change-Id: I06d981f05554b6429d11f19b8f5848ba5a7441a0
This commit is contained in:
parent
710c19dbd9
commit
97566a026b
|
@ -10,7 +10,7 @@
|
|||
line-height: 1.125em;
|
||||
|
||||
h3 {
|
||||
color: @color-nav-subtle;
|
||||
color: @color-base--subtle;
|
||||
position: relative;
|
||||
display: block;
|
||||
.box-sizing( border-box );
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
background-position: center bottom;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% @border-width-base;
|
||||
color: @color-nav-subtle;
|
||||
font-weight: normal;
|
||||
color: @color-base--subtle;
|
||||
margin: 0.5em 0 0 ( @margin-start-nav-main-body / @font-size-nav-main-heading );
|
||||
padding: 0.25em 0;
|
||||
cursor: default;
|
||||
border: 0;
|
||||
padding: 0.25em 0;
|
||||
font-size: @font-size-nav-main-heading;
|
||||
font-weight: normal;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.body {
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
@background-color-base: #fff;
|
||||
@color-base: #202122;
|
||||
@color-base--emphasized: #000;
|
||||
@color-base--subtle: #54595d;
|
||||
@color-link: #0645ad;
|
||||
@color-link--visited: #0b0080;
|
||||
@color-link-new: #a55858;
|
||||
|
|
Loading…
Reference in a new issue