Quellcode durchsuchen

Update theme to fix code block scrolling

Thomas Dy vor 9 Jahren
Ursprung
Commit
43ec08d320
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      themes/pleasant3/assets/css/theme.css

+ 2 - 2
themes/pleasant3/assets/css/theme.css

@@ -62,8 +62,8 @@ code {
 	border-radius: 0.25em;
 }
 
-.code pre {
-	padding: 0.25em 0em;
+pre.code {
+	padding: 0.25em 0.5em;
 	overflow-x: auto;
 }