Monorepo containing core modules of Zeichen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
267 B

  1. :root {
  2. --color-positive: #222;
  3. --color-negative: #fff;
  4. --color-accent: #7c47d2;
  5. --color-bg: var(--color-negative);
  6. --color-fg: var(--color-positive);
  7. --color-primary: var(--color-accent);
  8. --font-family-base: system-ui;
  9. --font-family-body: Georgia;
  10. }