nomxz

an edition to my previous website. now minimalist.
git clone git://git.b1t.dev/nomxz.git
Log | Files | Refs | README

_light.scss (127B)


      1 :root {
      2 	--base-color: #f5f5f5;
      3 	--background: #fff;
      4 	--text-color: var(--base-color);
      5  	--border: dashed 1px rgba(0, 0, 0);
      6 }