We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf699b commit 0a2865eCopy full SHA for 0a2865e
src/App.vue
@@ -57,7 +57,7 @@ p, li {
57
}
58
59
code {
60
- font-family: 'Consolas';
+ font-family: 'Consolas', monospace;
61
border-radius: 5px;
62
padding: 2px 5px;
63
background: #f2f2f2;
@@ -76,7 +76,6 @@ pre:not(pre[id=bibtex]) {
76
77
78
pre code {
79
80
font-size: 16px;
81
color: black;
82
border: none;
src/components/sections/BibTeX.vue
@@ -82,9 +82,7 @@ pre {
83
84
85
86
- font-size: 16px;
87
- color: black;
+ font-size: 18px;
88
background: #ffffff;
89
90
0 commit comments