mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
e4923399a9
* feat: add new linea mainnet network * fix: removed unused condition + lint code * fix: update tests + fix network tab issue * feat: add feature toggle for linea mainnet * fix: add feature toggle for linea mainnet * feat: add linea mainnet logo * update @metamask/eth-json-rpc-infura package to support linea networks * update linea mainnet block explorer url * fix: refactor linea mainnet feature toggle * fix: update linea mainnet chain id and rpc url * fix: update settings-search unit test * fix: update linea mainnet feature flag * fix: remove useless async function keyword for linea mainnet feature flag
15 lines
463 B
SCSS
15 lines
463 B
SCSS
:root {
|
|
// Accents
|
|
// Everything below this line is part of the new color system
|
|
--mainnet: #29b6af;
|
|
--inherit: inherit;
|
|
--transparent: transparent;
|
|
--color-network-linea-goerli-default: #61dfff;
|
|
--color-network-linea-goerli-inverse: #fcfcfc;
|
|
--color-network-linea-mainnet-default: #121212;
|
|
--color-network-linea-mainnet-inverse: #fcfcfc;
|
|
// DO NOT CHANGE
|
|
// Required for the QR reader to work properly
|
|
--qr-code-white-background: #fff;
|
|
}
|