mirror your GitHub repos to tangled.org automatically
1

Configure Feed

Select the types of activity you want to include in your feed.

at main 1.7 kB View raw
1:root { 2 --color-paper: oklch(15% 0.012 250); 3 --color-paper-2: oklch(18% 0.014 250); 4 --color-paper-3: oklch(22% 0.016 250); 5 --color-rule: oklch(30% 0.012 250); 6 --color-rule-interactive: oklch(52% 0.014 250); 7 --color-neutral: oklch(64% 0.010 250); 8 --color-muted: oklch(72% 0.008 250); 9 --color-ink: oklch(94% 0.006 145); 10 11 --color-accent: oklch(82% 0.19 145); 12 --color-accent-dim: oklch(62% 0.14 145); 13 --color-focus: oklch(82% 0.19 145); 14 15 --color-ok: oklch(82% 0.18 145); 16 --color-warn: oklch(82% 0.15 85); 17 --color-error: oklch(72% 0.17 25); 18 --color-info: oklch(78% 0.12 240); 19 20 --font-display: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace; 21 --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace; 22 --font-body: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif; 23 24 --text-xs: 0.75rem; 25 --text-sm: 0.85rem; 26 --text-base: 1rem; 27 --text-md: 1.2rem; 28 --text-lg: 1.5rem; 29 --text-xl: 1.95rem; 30 --text-2xl: 2.45rem; 31 --text-display: clamp(2.5rem, 6vw + 1rem, 4.75rem); 32 --text-display-s: clamp(1.9rem, 4vw + 1rem, 3rem); 33 34 --space-2xs: 0.25rem; 35 --space-xs: 0.5rem; 36 --space-sm: 0.75rem; 37 --space-md: 1rem; 38 --space-lg: 1.5rem; 39 --space-xl: 2.5rem; 40 --space-2xl: 4rem; 41 --space-3xl: 6rem; 42 43 --page-gutter: clamp(1rem, 4vw, 1.5rem); 44 --measure: 60ch; 45 46 --rule-hair: 1px; 47 --radius-sm: 3px; 48 --radius-md: 5px; 49 50 --ease-out: cubic-bezier(0.16, 1, 0.3, 1); 51 --ease-in: cubic-bezier(0.7, 0, 0.84, 0); 52 --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1); 53 --dur-micro: 120ms; 54 --dur-short: 220ms; 55 --dur-long: 420ms; 56 57 --z-base: 1; 58 --z-sticky: 10; 59 --z-overlay: 100; 60 --z-toast: 1000; 61}