﻿.theme-default, .theme-venice, .theme-metallic-seaweed, .theme-deep-dairei, .theme-cactus-flower, .theme-mystic-tulip, .theme-poinciana {
    --lcc-l-a: #0c3571;
    --lcc-l-ahover: #0e2c5b;
    --lcc-l-avisited: #3b1e7c;

    --lcc-d-a: #ffffff;
    --lcc-d-ahover: #ffffff;
    --lcc-d-avisited: #ffffff;
}

.theme-light a {
    color: var(--lcc-l-a, black);
    text-decoration: unset;
}

.theme-light a:hover {
    color: var(--lcc-l-ahover, black);
}

.theme-light a:visited {
    color: var(--lcc-l-avisited, black);
}

.theme-dark a {
    color: var(--lcc-d-a, white);
    text-decoration: unset;
}

.theme-dark a:hover {
    color: var(--lcc-d-ahover, white);
}

.theme-dark a:visited {
    color: var(--lcc-d-avisited, white);
}
