Skip to content

Commit 9008030

Browse files
committed
pale yellow instead of white for non-PHP code
1 parent 51c489b commit 9008030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/markdown.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ hr {
107107
.markdown-body pre {
108108
font-family: monospace;
109109
font-size: 1em;
110-
border-left: 2px solid Orange;
110+
border-left: 3px solid Orange;
111111
}
112112

113113
.markdown-body hr {
@@ -829,7 +829,7 @@ hr {
829829
font-size: 85%;
830830
line-height: 1.45;
831831
color: Black;
832-
background-color: white;
832+
background-color: #FFFAA0;
833833
}
834834

835835
pre.hljs.php,

0 commit comments

Comments
 (0)