the code for my website (https://www.annwan.me)
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.

17 lines
305 B

10 months ago
  1. :root {
  2. /* Background */
  3. --bg: var(--base00);
  4. --off-bg: var(--base01);
  5. --inner-bg: var(--base02);
  6. /* Text */
  7. --fg: var(--base05);
  8. --off-fg: var(--base04);
  9. --muted: var(--base03);
  10. --link: var(--base0D);
  11. --hover: var(--base0C);
  12. --highlight: var(--base0A);
  13. /* Logo */
  14. --logo: var(--base0B);
  15. }