Skip to content

Commit 2d9d63c

Browse files
Attempting to fix color issues on code blocks
hard coded a new bg color and specific text color for code blocks in code, pre.
1 parent 2c8ffb3 commit 2d9d63c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/css/type.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ li {
7373
/* Code */
7474
code, pre {
7575
font-family: 'Fira Code', 'Consolas', 'Monaco', monospace;
76-
background-color: #f4f4f4;
76+
color: #FF4F00;
77+
background-color: #6e6e6e;
7778
padding: 0.2em 0.4em;
7879
border-radius: 3px;
7980
}

0 commit comments

Comments
 (0)