bztang-admin/addons/yun_shop/static/app/theme/theme.css

5 lines
135 B
CSS

:root {
--themeBaseColor:#ffffff;
--themeBgColor: linear-gradient(var(--themeBaseColor),#f5f5f5);
--themeLoadingColor: #aaaab3;
}