:root {
    --colorbg: #222222;
    --colorborder: #252525;
    --colorlight: #151515;
    --colorbody: #DDD;
    --colorwhite: #DDD;
}
body {
    color: var(--colorbody)!important;
}
#statistic._pattern:after {
    opacity: .05;
}
.loop, ._paket ._item {
	background: var(--colorbg);
}