improve website

This commit is contained in:
Rene Haas
2022-11-14 10:49:13 +01:00
parent 712785c6a5
commit 60c5cc8a9a
17 changed files with 58 additions and 39 deletions
+3 -2
View File
@@ -70,6 +70,7 @@ module.exports = {
fontWeight: theme('fontWeight.medium'),
padding: theme('padding[1]'),
borderRadius: theme('borderRadius.md'),
overflowWrap: 'break-word',
},
'code::before': {
content: '',
@@ -78,11 +79,11 @@ module.exports = {
content: '',
},
'summary > *:only-child,': {
display: 'inline-block',
display: 'inline',
margin: 0,
},
summary: {
display: 'inline list-item',
display: 'list-item',
cursor: 'pointer',
},
},