Skip to content

Commit ae95afe

Browse files
committed
added code font-size
1 parent 8a32eb6 commit ae95afe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/templates/fonts.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ ul.unstyled-list{
452452
list-style-type: none;
453453
padding-left: 30px;
454454
}
455+
code {
456+
font-size: 1rem;
457+
}
455458
code.language-text.css-0 {
456459
background: transparent !important;
457460
color: #4a2fff;
@@ -528,4 +531,5 @@ a:visited {
528531
overflow: initial;
529532
float: left;
530533
min-width: 100%;
534+
font-size: 1rem;
531535
}

0 commit comments

Comments
 (0)