﻿body {
}

:root {
    --side-bar-background-color: rgb(10,10,10);
    /*--side-bar-background-color: rgb(40,40,40);*/
    --side-bar-background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.theme-01 {
    --side-bar-background-color: #ff9700;
    --side-bar-background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.theme-02 {
    --side-bar-background-color: #ea1e63;
    --side-bar-background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
