:root{
    --identity-color: #92ed61;
    --identity-color-dark: #7fbf5c;
    --identity-hover-color: #92ed61;
    --background-dark: #0e1116;
    --background-lightdark: #30343f;
    --title-light-blue: #92ed61;
    --title-dark-blue: #173753;
    --text-light: #999ca3;
    --graph-green: #c2f9bb;
    --graph-red: #f1bf98;
    --graph-yellow: #ded078;
    --menu-hover-color: #000000;
    --menu-inactive: #30343f;
    --bubble:#3a3e4a;
}
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track { 
    background-color:var(--bubble);
}
 
::-webkit-scrollbar-thumb {
    background-color:var(--text-light);
}