Remove backticks from code and unneccessary link.

This commit is contained in:
2023-12-18 18:41:56 +13:00
parent 1ab50f8f87
commit 666aa64a1b
2 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ module.exports = {
paddingBottom: '2px',
borderRadius: '0.25rem',
},
'code:before': {
'code::before': {
content: 'none',
},
'code:after': {
'code::after': {
content: 'none',
},
details: {