Skip to content

Commit

Permalink
使pre, code, kbd, tt, var元素使用等宽字体(--ofcodetext)
Browse files Browse the repository at this point in the history
  • Loading branch information
huanqiugame authored Mar 2, 2024
1 parent 16975a2 commit a633cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blackout.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ kbd,
tt,
var {
font-size: 0.875em;
font-family: var(--text-font);
font-family: var(--ofcodetext);
}

code,
Expand Down Expand Up @@ -1283,4 +1283,4 @@ footer.ty-footer {

.cm-s-typora-default .cm-comment, .cm-s-typora-default .cm-code {
color: #e1bb8a;
}
}

0 comments on commit a633cdf

Please sign in to comment.