body {
    --bg-col: black !important;
    --text-col: white !important;
    --accent-col1: black !important;
    --link-visited: yellow !important;
    --accent-col2: black !important;
    --table-col1: black !important;
    --table-col2: black !important;
    --input-col: rgb(246, 246, 246) !important;
    --bg-img: url("../media/blsack.png") !important;
}

h2, td, th, h1, h3, h4, h5, a, details, summary {
    color: yellow !important;
}

a.active, input, textarea {
    border: 3px solid yellow !important;
    background-color: black !important;
    color: yellow !important;
}
input:checked {
    background-color: yellow !important;
}
input:checked + label, html body #oldal .darkmode-label::after {
    color: yellow !important;
}

#high-contrast-toggle, label.dropdownicon, body label.styles-label, #nagybetu-label {
    font-weight: 700 !important;
    color: yellow !important;
}

a:hover {
    color: cyan !important;
}