@import url("e2t.php?_=theme-newdye-css&mime=css");

/*
________________________________________________

REVISIONS:
    xxxx
    20200122 →→→ DEPRECATING, NEW VERSION 🔗theme-dye3-css !


TODO

* merge with theme-newdye !!!


USE

YOU WILL NEED TO DEFINE X1, X2, X3 !

Like:
    --X1: cyan;
    --X2: white;
    --X3: #555;

Or like:
    --X1: hotpink;
    --X2: chartreuse;
    --X3: #555;

________________________________________________
*/



:root {

/*********************************************************/

    --COLOR1: var(--X1) !important;
    --COLOR2: var(--X2) !important;
    --COLOR3: var(--X4, var(--X1)) !important;
    --COLOR4: var(--X3) !important;

/*********************************************************/

    --BG3: none !important;

    --A: none !important;
    --B: none !important;
    --B_: var(--COLOR4) !important;

    --Afg: var(--COLOR3) !important;

    --BTx: none !important;

    --Tb: var(--COLOR4) !important;
    --Tf: var(--COLOR3) !important;

    --A: var(--COLOR4) !important;
    --A_: var(--COLOR3) !important;

/***********************************************************/

    --A_: var(--COLOR2) !important;
    --Tf: var(--COLOR2) !important;

    --Afg: var(--COLOR4) !important;
    --A3: var(--COLOR2);

    --BTf: var(--COLOR4) !important;
    --BTb: var(--COLOR1) !important;
    --BTx: var(--COLOR2) !important;
}





Edit Site

Edit CSS