fixed code text color

master
jahnertz 2020-10-22 15:16:47 +11:00
parent c5993d215a
commit 6089112ae7
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
.post-content, .entry-content {
p {
p,code {
font-size: $base-font-size * 2;
}
code {
color: $grey-color-dark;
}
}