2022-01-31 20:14:14 +01:00
|
|
|
:root {
|
|
|
|
// Accents
|
|
|
|
// Everything below this line is part of the new color system
|
|
|
|
--mainnet: #29b6af;
|
|
|
|
--ropsten: #ff4a8d;
|
|
|
|
--kovan: #9064ff;
|
|
|
|
--rinkeby: #f6c343;
|
|
|
|
--goerli: #3099f2;
|
2022-09-14 20:26:45 +02:00
|
|
|
--sepolia: #cfb5f0;
|
2022-05-25 17:35:36 +02:00
|
|
|
--localhost: #bbc0c5;
|
2022-01-31 20:14:14 +01:00
|
|
|
--flask-purple: #8b45b6;
|
2022-08-13 00:14:59 +02:00
|
|
|
--inherit: inherit;
|
|
|
|
--transparent: transparent;
|
2022-04-01 21:53:14 +02:00
|
|
|
|
|
|
|
// DO NOT CHANGE
|
|
|
|
// Required for the QR reader to work properly
|
2022-06-01 19:32:24 +02:00
|
|
|
--qr-code-white-background: #fff;
|
2022-01-31 20:14:14 +01:00
|
|
|
}
|