mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
4c809a339d
* Updating network colors with design tokens * Style update to flask page
11 lines
265 B
SCSS
11 lines
265 B
SCSS
:root {
|
|
// Accents
|
|
// Everything below this line is part of the new color system
|
|
--mainnet: #29b6af;
|
|
--inherit: inherit;
|
|
--transparent: transparent;
|
|
// DO NOT CHANGE
|
|
// Required for the QR reader to work properly
|
|
--qr-code-white-background: #fff;
|
|
}
|