[data-theme="dark"] .page-layout, [data-theme="dark"] .service p, [data-theme="dark"] .event h5, [data-theme="dark"] .skill-unit a {
    background-color: #345 !important;
    color: aliceblue;
}

[data-theme="dark"] .fa-inverse, [data-theme="dark"] .footer-sidebar p {
    color: #345 !important;
}

[data-theme="dark"] a.button, [data-theme="dark"] .skill-unit .bar .progress span {
    background-color: aliceblue;
}

[data-theme="dark"] .invertable {
    filter: invert(1);
}

[data-theme="dark"] .http-alert h1, [data-theme="dark"] .fun-fact i[class^="pe-"] {
    text-shadow: unset;
    color: aliceblue;
}

#darkSwitch {
    position: relative;
}