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
411 B

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