myWebsite

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

base16-light.css (417B)


      1 /* base16 default light
      2  * https://github.com/chriskempson/base16-default-schemes
      3  */
      4 
      5 :root {
      6 	--base00: #f8f8f8;
      7 	--base01: #e8e8e8;
      8 	--base02: #d8d8d8;
      9 	--base03: #b8b8b8;
     10 	--base04: #585858;
     11 	--base05: #383838;
     12 	--base06: #282828;
     13 	--base07: #181818;
     14 	--base08: #ab4642;
     15 	--base09: #dc9656;
     16 	--base0A: #f7ca88;
     17 	--base0B: #a1b56c;
     18 	--base0C: #86c1b9;
     19 	--base0D: #7cafc2;
     20 	--base0E: #ba8baf;
     21 	--base0F: #a16946;
     22 }