#theme-colors {
    position:fixed !important;
    right: 30px;
    top: 23px;
}
#theme-colors li {
    display:inline-block !important;
    width:20px !important;
    height:20px !important;
    border:2px solid #000000 !important;
    border-radius:20px !important;
}
#theme-colors li:hover {
    cursor:pointer;
}
.blue{
    background:#39c2d4 !important;
}
.purple{
    background:rgb(102,51,102) !important;
}
.darkRed{
    background:rgb(82,0,0) !important;
}
