odd-box 0.1.10

a dead simple reverse proxy server and web server

.styled-link.active {
    background: hsl(var(--menu-item-bg-active));
    color: var(--color2);
}

body.light .styled-link.active {
    background: #00000088;
    color: var(--color2);
}

.styled-link.disabled {
    background: transparent;
}

.styled-link:not(.active):hover {
    background: #ffffff10;
}

body.light .styled-link:not(.active):hover {
    background: #00000010;
}