@import url("../animations.css");
:root {
    --primaryBackground: #020b1a;
    --secondaryBackground: #021b30;
    --elementsBackground: #021b30a8;
    --highlightedBackground: #01070ec5;

    --foreground: #8db0c4;
    --elementsForeground: #8db0c4;
    --headerForeground: #8db0c4;

    --shade: rgba(33, 46, 45, 0.575);
    --heavyShade: rgba(2, 10, 26, 1);
    --textShade: rgba(107, 107, 107, 0.349);

    --error: #ff0000;
    --warning: var(--foreground);

    --outgoingTxForeground: #b76a6a;
    --incomingTxForeground: #6d8b6d;

    --popupBackground: #020e24;
}
#liquidwallet #container .asset .cover {
    filter: blur(20px) grayscale(0.4) brightness(0.6);
    opacity: 0.4;
}

#liquidwallet #header .cover {
    opacity: 0.4;
}
