mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix theming in code blocks.
This commit is contained in:
parent
396f52b8ca
commit
200bb31e08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue