﻿
@media (prefers-color-scheme:dark){
body {
	background-color: #080b14;
}

.topnav {
    background-color: dimgrey;
    background: dimgrey;
    color: white;
} 
    
.nounderlinelink {
	color: white;
}

.hmenu {
    background: #252525;
}

.buttontopic {
	background: #16203b;
    color: #c1bdd4;
    border-color: #645994;
    box-shadow: 5px 5px 10px 3px rgba(64,59,94, .4);
}


.buttontopic img {
    display: none;
}

.dark_mode_text {
    display: contents;
}
.dark_mode_hide {
    display: none;
}
    
.topics {
	color: #ffffff;
}
.newandpass {
    background: #ae6800;
    color: white;
    }
.headerbutton {
        background-color: dimgrey;
        
    }
}