:root
{
    --body: #fff;
    --dark-mode-switch-OutIn-box-shadow: #a6a6a6;
    --dark-mode-switch-out-border: none;
    --dark-mode-switch-in: #fff;
    --Choose-your-resource-library-box-shadow: #a6a6a6;
    --Choose-your-resource-library-border: transparent;
    --text: #000;
    --input-border-botton: #6bb5ff;
    --input-text: #1a1a1a;
    --input-placeholder: #757575;
    --OK-text: #fff;
    --a: #1a7ae6;
}
html.dark
{
    --body: #161616;
    --dark-mode-switch-OutIn-box-shadow: transparent;
    --dark-mode-switch-out-border: #bebebe;
    --dark-mode-switch-in: #383838;
    --Choose-your-resource-library-box-shadow: transparent;
    --Choose-your-resource-library-border: #bebebe;
    --text: #fff;
    --input-border-botton: #4a7aff;
    --input-text: #fff;
    --input-placeholder: #888888;
    --OK-text: #0068d0;
    --a: #4a9eff;
}