myWebsite

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

material.css (378B)


      1 /* Material by Nate Peterson */
      2 
      3 :root {
      4   --base00: #263238;
      5   --base01: #2E3C43;
      6   --base02: #314549;
      7   --base03: #546E7A;
      8   --base04: #B2CCD6;
      9   --base05: #EEFFFF;
     10   --base06: #EEFFFF;
     11   --base07: #FFFFFF;
     12   --base08: #F07178;
     13   --base09: #F78C6C;
     14   --base0A: #FFCB6B;
     15   --base0B: #C3E88D;
     16   --base0C: #89DDFF;
     17   --base0D: #82AAFF;
     18   --base0E: #C792EA;
     19   --base0F: #FF5370;
     20 }