fix: colour single tick codeblocks properly

This commit is contained in:
daimond113 2024-05-05 21:35:12 +02:00
parent 22a93f99f7
commit 5fd29cc264
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
3 changed files with 2 additions and 2926 deletions

BIN
website/bun.lockb Normal file

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,8 @@ export default {
'--tw-prose-quote-borders': theme('colors.orange[500]'),
'--tw-prose-captions': theme('colors.orange[300]'),
'--tw-prose-th-borders': theme('colors.orange[300]'),
'--tw-prose-td-borders': theme('colors.orange[300]')
'--tw-prose-td-borders': theme('colors.orange[300]'),
'--tw-prose-code': theme('colors.orange[300]')
}
}
})