myWebsite

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

colours.css (305B)


      1 :root {
      2 	/* Background */
      3 	--bg: var(--base00);
      4 	--off-bg: var(--base01);
      5 	--inner-bg: var(--base02);
      6 
      7 	/* Text */
      8 	--fg: var(--base05);
      9 	--off-fg: var(--base04);
     10 	--muted: var(--base03);
     11 	--link: var(--base0D);
     12 	--hover: var(--base0C);
     13 	--highlight: var(--base0A);
     14 
     15 	/* Logo */
     16 	--logo: var(--base0B);
     17 }