/*蓝色主题*/

:root {
    /*主体色*/
    --theme-color: #0d6efd;
    /*主体字体色*/
    --theme-word-color: white;
}
