Link bookmarking tool built on aproto (early alpha)
1@theme {
2 --color-base-100: oklch(98% 0 0);
3 --color-base-200: oklch(96% 0.001 286.375);
4 --color-base-300: oklch(92% 0.004 286.32);
5 --color-base-content: oklch(21% 0.006 285.885);
6 --color-primary: oklch(90% 0.182 98.111);
7 --color-primary-content: oklch(28% 0.066 53.813);
8 --color-secondary: oklch(86% 0.005 56.366);
9 --color-secondary-content: oklch(14% 0.004 49.25);
10 --color-accent: oklch(80% 0.114 19.571);
11 --color-accent-content: oklch(25% 0.092 26.042);
12 --color-neutral: oklch(44% 0.017 285.786);
13 --color-neutral-content: oklch(98% 0 0);
14 --color-info: oklch(62% 0.214 259.815);
15 --color-info-content: oklch(97% 0.014 254.604);
16 --color-success: oklch(69% 0.17 162.48);
17 --color-success-content: oklch(97% 0.021 166.113);
18 --color-warning: oklch(70% 0.213 47.604);
19 --color-warning-content: oklch(98% 0.016 73.684);
20 --color-error: oklch(63% 0.237 25.331);
21 --color-error-content: oklch(97% 0.013 17.38);
22 --radius-selector: 0.5rem;
23 --radius-field: 0.25rem;
24 --radius-box: 2rem;
25 --size-selector: 0.25rem;
26 --size-field: 0.25rem;
27 --border: 1px;
28}