1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/css/utilities/colors.scss

13 lines
362 B
SCSS
Raw Normal View History

: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;
2022-04-01 21:53:14 +02:00
// DO NOT CHANGE
// Required for the QR reader to work properly
--qr-code-white-background: #fff;
}