fixed code text color
This commit is contained in:
parent
c5993d215a
commit
6089112ae7
@ -1,5 +1,8 @@
|
|||||||
.post-content, .entry-content {
|
.post-content, .entry-content {
|
||||||
p {
|
p,code {
|
||||||
font-size: $base-font-size * 2;
|
font-size: $base-font-size * 2;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
color: $grey-color-dark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user