mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Merge "Prepare variables for night mode"
This commit is contained in:
commit
7663c6674a
|
@ -49,20 +49,15 @@
|
||||||
|
|
||||||
@size-icon: unit( 20 / @font-size-browser, em );
|
@size-icon: unit( 20 / @font-size-browser, em );
|
||||||
|
|
||||||
// FIXME: Use global variable since Echo and CentralNotice use this variable
|
|
||||||
@border-color-content: #a7d7f9;
|
|
||||||
// Due to darker background gradient, border needs to be darkened for aligned visual perception.
|
// Due to darker background gradient, border needs to be darkened for aligned visual perception.
|
||||||
@border-color-content--tabs-inactive: darken( @border-color-content, 10% );
|
@border-color-portal-heading: @border-color-subtle;
|
||||||
@border-color-portal-heading: #c8ccd1;
|
@border-start-blockquote: 4px @border-style-base @border-color-muted;
|
||||||
// Use `rgba()` notation for better Safari support, see T254489.
|
|
||||||
@border-start-blockquote: 4px @border-style-base #eaecf0;
|
|
||||||
@padding-blockquote: 8px 32px;
|
@padding-blockquote: 8px 32px;
|
||||||
|
|
||||||
@background-color-secondary--modern: #f8f9fa;
|
@background-color-secondary--modern: @background-color-neutral-subtle;
|
||||||
@background-color-page-container: var( --background-color-base );
|
@background-color-page-container: @background-color-base;
|
||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
@background-color-secondary: #f6f6f6;
|
|
||||||
// Navigation `line-height` has to be set in `em`s due to a rendering calculation issue.
|
// Navigation `line-height` has to be set in `em`s due to a rendering calculation issue.
|
||||||
@line-height-nav: 1.125em;
|
@line-height-nav: 1.125em;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue