mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Update the loading screen colors (#13987)
This commit is contained in:
parent
116d6b0eb8
commit
cd4deef031
@ -9,7 +9,8 @@
|
|||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: var(--color-background-alternative);
|
||||||
|
opacity: 0.8;
|
||||||
|
|
||||||
&__screen-content {
|
&__screen-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user