﻿body {
    transition: background-color 600ms;
}
.dark {
    mix-blend-mode: luminosity;
}

body.dark{
    background-color:#5b5b5b;
}