mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Error page (#14107)
This commit is contained in:
parent
9d6e22e176
commit
cc90cdc99b
@ -36,10 +36,10 @@
|
|||||||
|
|
||||||
&__stack {
|
&__stack {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
background-color: #eee;
|
background-color: var(--color-background-alternative);
|
||||||
}
|
}
|
||||||
|
|
||||||
&__link-text {
|
&__link-text {
|
||||||
color: #037dd6;
|
color: var(--color-primary-default);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user