Skip to content

Commit

Permalink
Merge pull request #4 from huanqiugame/main
Browse files Browse the repository at this point in the history
(branch main) 使pre, code, kbd, tt, var元素使用等宽字体(--ofcodetext)
  • Loading branch information
obscurefreeman authored Mar 2, 2024
2 parents 16975a2 + a633cdf commit 2086be8
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 2086be8

Please sign in to comment.