alternative tangled frontend (extremely wip)

feat: specify theme colours

serenity ed75b5ac 4d9c8f07

Changed files
+8
src
+8
src/styles.css
··· 9 9 --font-sans: 'Hanken Grotesk Variable', sans-serif; 10 10 --font-serif: 'Amiri', serif; 11 11 --font-mono: 'Maple Mono', monospace; 12 + 13 + --color-strand-crust: oklch(0.1286 0 0); 14 + --color-strand-mantle: oklch(0.1776 0 0); 15 + --color-strand-base: oklch(0.209 0 0); 16 + 17 + --color-strand-text: oklch(0.9911 0 0); 18 + --color-strand-subtext: oklch(0.9521 0 0); 19 + --color-strand-overlay: oklch(0.9143 0 0) 12 20 } 13 21 14 22 body {