Skip to content

Commit 5047289

Browse files
committed
update background color for pre
Signed-off-by: Victor Chang <[email protected]>
1 parent 7af6ab3 commit 5047289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templates/material/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ pre {
298298
font-size: 13px;
299299
word-break: break-all;
300300
word-wrap: break-word;
301-
background-color: #fffaef;
301+
background-color: #eef9f9;
302302
border-radius: 4px;
303303
border: none;
304304
box-shadow: var(--card-box-shadow);

0 commit comments

Comments
 (0)