Skip to content

Commit df0fb5a

Browse files
zinefernick3621
andauthored
Stylefix: Use theme colors for code,pre (#7)
Co-authored-by: nick3621 <152214851+nick3621@users.noreply.github.com>
1 parent d6a8449 commit df0fb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/type.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ li {
7373
/* Code */
7474
code, pre {
7575
font-family: 'Fira Code', 'Consolas', 'Monaco', monospace;
76-
color: #FF4F00;
77-
background-color: #e0e0e0;
76+
color: var(--text-color);
77+
background-color: var(--form-input-background-color);
7878
padding: 0.2em 0.4em;
7979
border-radius: 3px;
8080
}

0 commit comments

Comments
 (0)