A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/ui/css/utilities/colors.scss

31 lines
579 B

:root {
// Accents
// Everything below this line is part of the new color system
--alert-1: #ffd33d;
--success-1: #4cd964;
--success-3: #219e37;
--mainnet: #29b6af;
--ropsten: #ff4a8d;
--kovan: #9064ff;
--rinkeby: #f6c343;
--goerli: #3099f2;
--localhost: #29b6af;
--flask-purple: #8b45b6;
}
/* Deprecated colors */
:root {
/*
Colors
http://chir.ag/projects/name-that-color
*/
--dusty-gray: #9b9b9b;
--alto: #dedede;
--alabaster: #fafafa;
--tundora: #4d4d4d;
--silver: #cdcdcd;
--malibu-blue: #b8cbd8;
--athens-grey: #e9edf0;
}