Quellcode durchsuchen

style: update docs code style

pointhalo vor 3 Jahren
Ursprung
Commit
306cb4619c
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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"] {