Fix theming in code blocks.

This commit is contained in:
John Preston 2024-03-14 15:01:03 +04:00
parent 396f52b8ca
commit 200bb31e08
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ article pre.hljs {
font-family: var(--font-mono);
margin: 14px 0;
padding: 7px 18px;
background: #F5F8FC;
background: var(--td-box-divider-bg);
font-size: 16px;
white-space: pre-wrap;
word-wrap: break-word;