theme.css 103 B

1234
  1. :root {
  2. --themeBaseColor:#ffc11e;
  3. --themeBgColor: linear-gradient(var(--themeBaseColor),#f5f5f5);
  4. }