Use monospace font for code, pre

This commit is contained in:
marcin mikołajczak
2022-12-01 13:17:46 +00:00
parent f6169b9cf0
commit e0b41badd3
2 changed files with 2 additions and 6 deletions

View File

@ -35,7 +35,8 @@
@apply py-1 pl-4 mb-4 border-l-4 border-solid border-gray-400 text-gray-500 dark:text-gray-400;
}
[data-markup] code {
[data-markup] code,
[data-markup] pre {
@apply cursor-text font-mono;
}