mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Remove grays (#14175)
This commit is contained in:
parent
bc8d4a3a44
commit
d15de941e3
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-bottom: 1px solid var(--geyser);
|
border-bottom: 1px solid var(--color-border-default);
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
&--account,
|
&--account,
|
||||||
|
@ -33,10 +33,8 @@
|
|||||||
--dusty-gray: #9b9b9b;
|
--dusty-gray: #9b9b9b;
|
||||||
--alto: #dedede;
|
--alto: #dedede;
|
||||||
--alabaster: #fafafa;
|
--alabaster: #fafafa;
|
||||||
--silver-chalice: #aeaeae;
|
|
||||||
--tundora: #4d4d4d;
|
--tundora: #4d4d4d;
|
||||||
--silver: #cdcdcd;
|
--silver: #cdcdcd;
|
||||||
--malibu-blue: #b8cbd8;
|
--malibu-blue: #b8cbd8;
|
||||||
--athens-grey: #e9edf0;
|
--athens-grey: #e9edf0;
|
||||||
--geyser: #d2d8dd;
|
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
color: var(--silver-chalice);
|
color: var(--color-text-alternative);
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user