Skip to content

Commit 0a2865e

Browse files
committed
[update] code font
1 parent 4bf699b commit 0a2865e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/App.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ p, li {
5757
}
5858
5959
code {
60-
font-family: 'Consolas';
60+
font-family: 'Consolas', monospace;
6161
border-radius: 5px;
6262
padding: 2px 5px;
6363
background: #f2f2f2;
@@ -76,7 +76,6 @@ pre:not(pre[id=bibtex]) {
7676
}
7777
7878
pre code {
79-
font-family: 'Consolas';
8079
font-size: 16px;
8180
color: black;
8281
border: none;

src/components/sections/BibTeX.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ pre {
8282
}
8383
8484
pre code {
85-
font-family: 'Consolas';
86-
font-size: 16px;
87-
color: black;
85+
font-size: 18px;
8886
background: #ffffff;
8987
}
9088

0 commit comments

Comments
 (0)