mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
a04fa20f96
* feat: add the consensys zkEVM as a default network * fix: change infuraNetworkStatus in navigate-txs file * fix: remove account tracker for zkEVM + remove zkEVM from infura list * fix: change consensys zkevm name to linea + change rpc url for linea network * fix: rebase conflicts * feat: add new colors for linea goerli network * feat: add new function inside network dropdown to render non infura networks * feat: add feature toggle for linea network * fix: add new unit test --------- Co-authored-by: Dan J Miller <danjm.com@gmail.com>
13 lines
362 B
SCSS
13 lines
362 B
SCSS
:root {
|
|
// Accents
|
|
// Everything below this line is part of the new color system
|
|
--mainnet: #29b6af;
|
|
--inherit: inherit;
|
|
--transparent: transparent;
|
|
--color-network-linea-testnet-default: #000;
|
|
--color-network-linea-testnet-inverse: #fcfcfc;
|
|
// DO NOT CHANGE
|
|
// Required for the QR reader to work properly
|
|
--qr-code-white-background: #fff;
|
|
}
|