mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
feat: update dark active primary color
This commit is contained in:
parent
88a659d1da
commit
ba84a43077
|
@ -42,6 +42,9 @@
|
|||
|
||||
@color-accent50--lighten: #5b84d6;
|
||||
@color-red50--lighten: #e35b5b;
|
||||
|
||||
@color-accent-30--darken: #26437f;
|
||||
|
||||
/**
|
||||
* Dark theme color palette
|
||||
* Background color is used instead of shadow to show elevation
|
||||
|
@ -126,7 +129,7 @@
|
|||
@dark-background-color-quiet--active: rgba( 255, 255, 255, 0.06 );
|
||||
|
||||
@dark-background-color-primary--hover: @color-accent30;
|
||||
@dark-background-color-primary--active: @color-accent50;
|
||||
@dark-background-color-primary--active: @color-accent-30--darken;
|
||||
|
||||
@dark-background-color-destructive: @color-red30;
|
||||
|
||||
|
|
Loading…
Reference in a new issue