pointhalo 4 лет назад
Родитель
Сommit
306cb4619c
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/styles/layout.scss

+ 4 - 0
src/styles/layout.scss

@@ -35,6 +35,10 @@ body[theme-mode="dark"] {
 code,
 pre {
     font-family: Inconsolata, monospace;
+    background-color: var(--semi-color-fill-1);
+    margin-left: 4px;
+    margin-right: 4px;
+    letter-spacing: -0.01em;
 }
 
 body[theme-mode="dark"] {