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,7 +176,7 @@ nav a {
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
} }
.field-content, .description { .richembed .author .name, .richembed .field-content, .richembed .description {
color: black; color: black;
} }