body { /*.light-theme*/
    background: #f8f8f8;
}

[data-theme="light"]{
    background: #d7d7d7;
}

[data-theme="dark"]{
    background: #444444;
}

.dark-theme{
    background: #282d32;
}

.dark-theme .logo a{
    color: white;
}

.dark-theme .container{
    background: #111111;
    color: white;
    border: 0;
}