custom.css 172 B

12345678910
  1. :root{
  2. --header-background: #4ec58a;
  3. }
  4. :root[color-theme="light"] {
  5. --header-background: #4ec58a;
  6. }
  7. :root[color-theme="dark"] {
  8. --header-background: #4ec58a;
  9. }