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