mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Remove secondary legacy colors (#14154)
This commit is contained in:
parent
0ada0816ef
commit
7a57942305
@ -59,8 +59,6 @@ $color-map: (
|
|||||||
'grey': --ui-grey,
|
'grey': --ui-grey,
|
||||||
'neutral-grey': --neutral-grey,
|
'neutral-grey': --neutral-grey,
|
||||||
'primary-3': --primary-3,
|
'primary-3': --primary-3,
|
||||||
'secondary-1': --secondary-1,
|
|
||||||
'secondary-3': --secondary-3,
|
|
||||||
'alert-1': --alert-1,
|
'alert-1': --alert-1,
|
||||||
'success-1': --success-1,
|
'success-1': --success-1,
|
||||||
'success-3': --success-3
|
'success-3': --success-3
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
// Accents
|
// Accents
|
||||||
// Everything below this line is part of the new color system
|
// Everything below this line is part of the new color system
|
||||||
--secondary-1: #f66a0a;
|
|
||||||
--secondary-3: #c65507;
|
|
||||||
--alert-1: #ffd33d;
|
--alert-1: #ffd33d;
|
||||||
--success-1: #4cd964;
|
--success-1: #4cd964;
|
||||||
--success-3: #219e37;
|
--success-3: #219e37;
|
||||||
@ -25,7 +23,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
--black: #000;
|
--black: #000;
|
||||||
--orange: #ffa500;
|
|
||||||
--gray: #808080;
|
--gray: #808080;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user