<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color1: rgb(110,68,151);
    --color2: rgb(0,0,0);
    --black: rgb(0,0,0);
    --white: rgb(255,255,255);
}

.dropDown .mainNav ul li a:hover,
.dropDown .mainNav ul li a:focus,
.dropDown .mainNav ul li a:active {
    color: var(--white) !important;
}</pre></body></html>