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;
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid var(--geyser);
|
||||
border-bottom: 1px solid var(--color-border-default);
|
||||
justify-content: space-between;
|
||||
|
||||
&--account,
|
||||
|
@ -33,10 +33,8 @@
|
||||
--dusty-gray: #9b9b9b;
|
||||
--alto: #dedede;
|
||||
--alabaster: #fafafa;
|
||||
--silver-chalice: #aeaeae;
|
||||
--tundora: #4d4d4d;
|
||||
--silver: #cdcdcd;
|
||||
--malibu-blue: #b8cbd8;
|
||||
--athens-grey: #e9edf0;
|
||||
--geyser: #d2d8dd;
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
&__text {
|
||||
color: var(--silver-chalice);
|
||||
color: var(--color-text-alternative);
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
margin-top: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user