mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
1fca9255c1
* fix: refactor linea goerli testnet implementation * fix: rename linea goerli network * feat: add linea testnet logo * update linea goerli block explorer url * update @metamask/eth-json-rpc-infura package to version 8.1.0 * fix: refactor ticker map object in shared/constants/networks.ts files
13 lines
360 B
SCSS
13 lines
360 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: #000;
|
|
--color-network-linea-goerli-inverse: #fcfcfc;
|
|
// DO NOT CHANGE
|
|
// Required for the QR reader to work properly
|
|
--qr-code-white-background: #fff;
|
|
}
|