⬆️ Updated dependencies

This commit is contained in:
Mawoka
2022-04-13 20:44:27 +02:00
parent 63fc9562b9
commit f4441f9843
10 changed files with 3080 additions and 695 deletions
+4 -3
View File
@@ -11,9 +11,10 @@ const config = {
typography: (theme) => ({
DEFAULT: {
css: {
color: theme('colors.yellow.50'),
// color: theme('colors.yellow.50'),
textDecoration: 'none',
a: {
textColor: '#000',
/*a: {
color: theme('colors.blue.200')
},
blockquote: {
@@ -36,7 +37,7 @@ const config = {
},
strong: {
color: theme('colors.yellow.50')
},
},*/
'code::before': {
content: '""',
'padding-left': '0.25rem'