removed bright outline for code blocks on dark theme

This commit is contained in:
Kim, Jimin 2021-08-09 12:12:59 +09:00
parent 338ee5a7cf
commit f4d49b74d8

View file

@ -92,7 +92,7 @@ pre > code {
font-family: ${theming.font.code}; font-family: ${theming.font.code};
color: #adbac7; color: #adbac7;
background-color: #22272e; background-color: #22272e;
border: 1px solid #ddd; border: 1px solid #555;
page-break-inside: avoid; page-break-inside: avoid;
font-size: 15px; font-size: 15px;
line-height: 1.6; line-height: 1.6;