mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Update typography styles
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user