styles: update markdown styles (#2005)

This commit is contained in:
Nahiyan Khan
2025-04-02 10:00:49 -04:00
committed by GitHub
parent e66097335b
commit 559151b252
4 changed files with 48 additions and 35 deletions
+8
View File
@@ -7,6 +7,7 @@ export default {
extend: {
fontFamily: {
sans: ['Cash Sans', 'sans-serif'],
mono: ['Cash Sans Mono', 'monospace'],
},
keyframes: {
shimmer: {
@@ -73,6 +74,13 @@ export default {
blockTeal: 'var(--block-teal)',
blockOrange: 'var(--block-orange)',
},
typography: {
DEFAULT: {
css: {
color: 'var(--text-standard)',
},
},
},
},
},
};