mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This reverts commit 4d4271522078d0b0a69d58b81315e32b2b37dcaa, reversing changes made to f09ab8889148c406551dea1643966e3331fde4aa.
16 lines
350 B
SCSS
16 lines
350 B
SCSS
:root {
|
|
// Accents
|
|
// Everything below this line is part of the new color system
|
|
--mainnet: #29b6af;
|
|
--ropsten: #ff4a8d;
|
|
--kovan: #9064ff;
|
|
--rinkeby: #f6c343;
|
|
--goerli: #3099f2;
|
|
--localhost: #bbc0c5;
|
|
--flask-purple: #8b45b6;
|
|
|
|
// DO NOT CHANGE
|
|
// Required for the QR reader to work properly
|
|
--qr-code-white-background: #fff;
|
|
}
|