🎨 Update typography styles

This commit is contained in:
pheralb
2024-10-01 10:49:59 +01:00
parent 56597ef7ce
commit 585af3fd61
2 changed files with 31 additions and 10 deletions
+21
View File
@@ -9,6 +9,27 @@ const config = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {
typography: {
DEFAULT: {
css: {
'code::before': {
content: '""'
},
'code::after': {
content: '""'
},
'h1 a': {
'text-decoration': 'none'
},
'h2 a': {
'text-decoration': 'none'
},
blockquote: {
'font-style': 'normal'
}
}
}
},
colors: {
dark: '#161616',
light: '#f5f5f5'