Skip to content

Commit 6254f1a

Browse files
committed
Attempt to remove backticks with style
1 parent 5dc40cb commit 6254f1a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

template.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,14 @@
139139
overflowX: 'auto',
140140
color: theme('colors.gray.800'),
141141
border: '1px solid ' + theme('colors.gray.200'),
142-
boxShadow: '0 2px 5px rgba(0,0,0,0.03)'
142+
boxShadow: '0 2px 5px rgba(0,0,0,0.03)',
143+
content: ''
143144
},
144145
'pre code': {
145146
backgroundColor: 'transparent',
146147
border: 'none',
147-
padding: '0'
148+
padding: '0',
149+
content: ''
148150
},
149151
'ul > li::marker': { color: theme('colors.blue.500') },
150152
'ol > li::marker': { color: theme('colors.gray.600') },

0 commit comments

Comments
 (0)