Skip to content

Commit

Permalink
[update] code font
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Jan 6, 2025
1 parent 4bf699b commit 0a2865e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ p, li {
}
code {
font-family: 'Consolas';
font-family: 'Consolas', monospace;
border-radius: 5px;
padding: 2px 5px;
background: #f2f2f2;
Expand All @@ -76,7 +76,6 @@ pre:not(pre[id=bibtex]) {
}
pre code {
font-family: 'Consolas';
font-size: 16px;
color: black;
border: none;
Expand Down
4 changes: 1 addition & 3 deletions src/components/sections/BibTeX.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ pre {
}
pre code {
font-family: 'Consolas';
font-size: 16px;
color: black;
font-size: 18px;
background: #ffffff;
}
Expand Down

0 comments on commit 0a2865e

Please sign in to comment.