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.

19 lines
417 B

10 months ago
  1. /* Windows 95 Light by Fergus Collins (https://github.com/C-Fergus) */
  2. :root {
  3. --base00: #fcfcfc;
  4. --base01: #e0e0e0;
  5. --base02: #c4c4c4;
  6. --base03: #a8a8a8;
  7. --base04: #7e7e7e;
  8. --base05: #545454;
  9. --base06: #2a2a2a;
  10. --base07: #000000;
  11. --base08: #a80000;
  12. --base09: #fcfc54;
  13. --base0A: #a85400;
  14. --base0B: #00a800;
  15. --base0C: #00a8a8;
  16. --base0D: #0000a8;
  17. --base0E: #a800a8;
  18. --base0F: #54fc54;
  19. }