Make code larger (#1631)

Sets the font size for code to 1rem like other text
This commit is contained in:
René Pfeuffer
2021-04-26 12:10:54 +02:00
committed by GitHub
parent 6cd8fc5ba4
commit 2b38f55991
4 changed files with 33 additions and 31 deletions

View File

@@ -44,7 +44,7 @@
pre[class*="language-"],
code[class*="language-"] {
color: #363636;
font-size: 13px;
font-size: 1rem;
text-shadow: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;