This commit is contained in:
@@ -40,6 +40,21 @@
|
||||
|
||||
/* Set Urbanist as the default 'sans' for a modern, cool, and stylish character */
|
||||
--font-sans: "Urbanist", sans-serif;
|
||||
|
||||
--tw-prose-body: var(--text-primary);
|
||||
--tw-prose-headings: var(--brand-primary);
|
||||
--tw-prose-links: var(--brand-primary);
|
||||
--tw-prose-bold: var(--text-primary);
|
||||
--tw-prose-counters: var(--text-secondary);
|
||||
--tw-prose-bullets: var(--brand-primary);
|
||||
--tw-prose-quotes: var(--text-primary);
|
||||
--tw-prose-quote-borders: var(--brand-primary);
|
||||
--tw-prose-captions: var(--text-secondary);
|
||||
--tw-prose-code: var(--text-primary);
|
||||
--tw-prose-pre-code: var(--text-primary);
|
||||
--tw-prose-pre-bg: var(--bg-secondary);
|
||||
--tw-prose-th-borders: var(--bg-tertiary);
|
||||
--tw-prose-td-borders: var(--bg-secondary);
|
||||
}
|
||||
|
||||
/* Light Theme Overrides */
|
||||
@@ -84,25 +99,6 @@ html[data-theme='light'] {
|
||||
@apply text-[var(--text-primary)] text-3xl font-bold hover:text-[var(--brand-primary)] transition-colors duration-200;
|
||||
}
|
||||
|
||||
/* Typography (Prose) Customization */
|
||||
.prose {
|
||||
--tw-prose-body: var(--text-primary);
|
||||
--tw-prose-headings: var(--brand-primary);
|
||||
--tw-prose-links: var(--brand-primary);
|
||||
--tw-prose-bold: var(--text-primary);
|
||||
--tw-prose-counters: var(--text-secondary);
|
||||
--tw-prose-bullets: var(--brand-primary);
|
||||
--tw-prose-quotes: var(--text-primary);
|
||||
--tw-prose-quote-borders: var(--brand-primary);
|
||||
--tw-prose-captions: var(--text-secondary);
|
||||
--tw-prose-code: var(--text-primary);
|
||||
--tw-prose-pre-code: var(--text-primary);
|
||||
--tw-prose-pre-bg: var(--bg-secondary);
|
||||
--tw-prose-th-borders: var(--bg-tertiary);
|
||||
--tw-prose-td-borders: var(--bg-secondary);
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
|
||||
font-family: var(--font-heading);
|
||||
@apply font-bold tracking-tight;
|
||||
|
||||
Reference in New Issue
Block a user