<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom CSS for Uni Alltid*/
nav {
    background-color: rgb(35,39,48) !important;
}

footer.ua-idsvr-footer{
    background-color: rgb(35,39,48) !important;
}

.btn  {
    background-color: rgb(35,39,48);
}

.btn:hover, .btn:focus {
    background-color: rgba(35,39,48,0.8);
}
</pre></body></html>