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.
|
|
|
:root {
|
|
|
|
// Accents
|
|
|
|
// Everything below this line is part of the new color system
|
|
|
|
--mainnet: #29b6af;
|
|
|
|
--goerli: #3099f2;
|
|
|
|
--sepolia: #cfb5f0;
|
|
|
|
--localhost: #bbc0c5;
|
|
|
|
--flask-purple: #8b45b6;
|
|
|
|
--inherit: inherit;
|
|
|
|
--transparent: transparent;
|
|
|
|
|
|
|
|
// DO NOT CHANGE
|
|
|
|
// Required for the QR reader to work properly
|
|
|
|
--qr-code-white-background: #fff;
|
|
|
|
}
|