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

10 months ago
  1. /* PaperColor Light by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) */
  2. :root {
  3. --base00: #eeeeee;
  4. --base01: #af0000;
  5. --base02: #008700;
  6. --base03: #5f8700;
  7. --base04: #0087af;
  8. --base05: #444444;
  9. --base06: #005f87;
  10. --base07: #878787;
  11. --base08: #bcbcbc;
  12. --base09: #d70000;
  13. --base0A: #d70087;
  14. --base0B: #8700af;
  15. --base0C: #d75f00;
  16. --base0D: #d75f00;
  17. --base0E: #005faf;
  18. --base0F: #005f87;
  19. }