removed bright outline for code blocks on dark theme
This commit is contained in:
parent
338ee5a7cf
commit
f4d49b74d8
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ pre > code {
|
|||
font-family: ${theming.font.code};
|
||||
color: #adbac7;
|
||||
background-color: #22272e;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid #555;
|
||||
page-break-inside: avoid;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue