Skip to content

Commit c6eb906

Browse files
committed
1
1 parent 63d9234 commit c6eb906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ body {
106106
}
107107

108108
pre {
109-
background-color: rgb(169, 210, 250);
109+
background-color: #e4e6fa;
110110
padding: 4px 8px;
111111
border-radius: 8px;
112112
font-size: 1.0em;
@@ -116,7 +116,7 @@ pre {
116116
}
117117

118118
code {
119-
background-color: rgb(169, 210, 250);
119+
background-color: #e4e6fa;
120120
font-size: 1.0em;
121121
font-family: "Nanum Gothic Coding", monospace;
122122
font-weight: 400;

0 commit comments

Comments
 (0)