* {
    color: #aaa;
}

/* overide any css library */
html {
    background-color: #222 !important;
    color: #aaa !important;
}

:root {
    color-scheme: dark;
}
::-webkit-scrollbar { width: 0.5rem;}
::-webkit-scrollbar-button { background-color: #555; height: 0.5rem; }
::-webkit-scrollbar-track {  background-color: #555;}
::-webkit-scrollbar-track-piece { background-color: #333;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #555; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #555;}
::-webkit-resizer { background-color: #666;}