myWebsite

Built with Hugo and a modified version of the risotto theme.
Log | Files | Refs

papercolor-light.css (489B)


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