2022-01-31 20:14:14 +01:00
|
|
|
:root {
|
|
|
|
// Accents
|
|
|
|
// Everything below this line is part of the new color system
|
|
|
|
--mainnet: #29b6af;
|
2022-08-13 00:14:59 +02:00
|
|
|
--inherit: inherit;
|
|
|
|
--transparent: transparent;
|
2023-06-16 18:35:33 +02:00
|
|
|
--color-network-linea-goerli-default: #61dfff;
|
2023-06-15 13:38:07 +02:00
|
|
|
--color-network-linea-goerli-inverse: #fcfcfc;
|
2023-06-16 18:35:33 +02:00
|
|
|
--color-network-linea-mainnet-default: #121212;
|
|
|
|
--color-network-linea-mainnet-inverse: #fcfcfc;
|
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
|
|
|
}
|