Set richembed text color to black, including author

This commit is contained in:
Jeremy Zhang 2018-09-13 00:43:22 +00:00
parent 92f28d3abb
commit 293c06c828

View File

@ -176,8 +176,8 @@ nav a {
background-color: rgba(0, 0, 0, 0.4);
}
.field-content, .description {
color: black;
.richembed .author .name, .richembed .field-content, .richembed .description {
color: black;
}
.footer, code.blockcode {