:root {
    --monoBack:black;
    --monoFront:#fff000;
    --monoLight:#2e2e2e;
    --lbLinkColour:#00fff2;
    --sitecolour:#000000 !important;
    --siteinvert:#ff1cb7 !important;
    --sitehover:#ffffff !important;
    --opacityOverlay:rgba(0,0,0,0.8);
}

.library-access-overly-access-options #contrastmode-high {
    background:var(--siteinvert);
color:var(--sitecolour);
}