Skip to content

Commit 51c489b

Browse files
committed
White background for pre tags for non PHP code
1 parent 62a2da1 commit 51c489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ hr {
829829
font-size: 85%;
830830
line-height: 1.45;
831831
color: Black;
832-
background-color: #F0F0F0;
832+
background-color: white;
833833
}
834834

835835
pre.hljs.php,

0 commit comments

Comments
 (0)