1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/css/utilities/colors.scss
2022-04-01 14:53:14 -05:00

16 lines
352 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: #29b6af;
--flask-purple: #8b45b6;
// DO NOT CHANGE
// Required for the QR reader to work properly
--qr-code-white-background: '#fff';
}