Fix code font-size

This commit is contained in:
panr 2019-02-05 18:29:59 +01:00
parent 25ec8673b2
commit 1cf1b67856
2 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@ figure {
}
figcaption {
font-size: 14px;
font-size: .9rem;
margin-top: 5px;
opacity: .8;
@ -139,7 +139,7 @@ code {
padding: 1px 6px;
margin: 0 2px;
border-radius: 5px;
font-size: 14px;
font-size: .9rem;
.dark-theme & {
background: var(--dark-background-secondary);
@ -150,7 +150,7 @@ pre {
background: #212020;
padding: 20px;
border-radius: 8px;
font-size: 14px;
font-size: .9rem;
overflow: auto;
@media (--phone) {
@ -163,7 +163,7 @@ pre {
color: #ccc;
margin: 0;
padding: 0;
font-size: 14px;
font-size: .9rem;
.dark-theme & {
color: inherit;

File diff suppressed because one or more lines are too long