|
| 1 | +@reference "../../../globals.css"; |
| 2 | + |
| 3 | +.prose-theme { |
| 4 | + --tw-prose-body: var(--theme-raisin-700); |
| 5 | + --tw-prose-headings: var(--theme-raisin-900); |
| 6 | + --tw-prose-lead: var(--theme-raisin-600); |
| 7 | + --tw-prose-links: var(--theme-raisin-900); |
| 8 | + --tw-prose-bold: var(--theme-raisin-900); |
| 9 | + --tw-prose-counters: var(--theme-stone-600); |
| 10 | + --tw-prose-bullets: var(--theme-stone-500); |
| 11 | + --tw-prose-hr: var(--theme-stone-500); |
| 12 | + --tw-prose-quotes: var(--theme-raisin-500); |
| 13 | + --tw-prose-quote-borders: var(--theme-stone-400); |
| 14 | + --tw-prose-captions: var(--theme-raisin-500); |
| 15 | + --tw-prose-kbd: var(--theme-raisin-900); |
| 16 | + --tw-prose-kbd-shadows: rgb(from var(--theme-raisin-900) R G B); |
| 17 | + --tw-prose-code: var(--theme-raisin-900); |
| 18 | + --tw-prose-pre-code: var(--theme-raisin-700); |
| 19 | + --tw-prose-pre-bg: var(--theme-stone-300); |
| 20 | + --tw-prose-th-borders: var(--theme-raisin-300); |
| 21 | + --tw-prose-td-borders: var(--theme-raisin-200); |
| 22 | + |
| 23 | + @variant dark { |
| 24 | + --tw-prose-body: var(--theme-stone-200); |
| 25 | + --tw-prose-headings: var(--theme-stone-100); |
| 26 | + --tw-prose-lead: var(--theme-stone-400); |
| 27 | + --tw-prose-links: var(--theme-stone-100); |
| 28 | + --tw-prose-bold: var(--theme-stone-100); |
| 29 | + --tw-prose-counters: var(--theme-raisin-400); |
| 30 | + --tw-prose-bullets: var(--theme-raisin-500); |
| 31 | + --tw-prose-hr: var(--theme-raisin-600); |
| 32 | + --tw-prose-quotes: var(--theme-stone-500); |
| 33 | + --tw-prose-quote-borders: var(--theme-raisin-700); |
| 34 | + --tw-prose-captions: var(--theme-stone-400); |
| 35 | + --tw-prose-kbd: var(--theme-stone-100); |
| 36 | + --tw-prose-kbd-shadows: rgb(from var(--theme-stone-100) R G B); |
| 37 | + --tw-prose-code: var(--theme-stone-100); |
| 38 | + --tw-prose-pre-code: var(--theme-stone-200); |
| 39 | + --tw-prose-pre-bg: var(--theme-raisin-800); |
| 40 | + --tw-prose-th-borders: var(--theme-stone-600); |
| 41 | + --tw-prose-td-borders: var(--theme-stone-700); |
| 42 | + } |
| 43 | +} |
0 commit comments