
/* 主题色 */

html {
   /* --theme-color: #FF1F1F;*/
}

#red {
    --theme-color: #FF1F1F;
}

#blue {
    --theme-color: #22a2d5;
}

#dark-blue {
    --theme-color: #388dd6;
}

#green {
    --theme-color: #33984c;
}

#light-green {
    --theme-color: #6eac47;
}

#orange {
    --theme-color: #ff931c;
}
