fix text in code blocks on dark theme

pull/4643/head
Matthew Hodgson 2017-07-18 15:33:41 +01:00
parent cb4f57eb4a
commit e7ba618bbe
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ limitations under the License.
font-family: inherit ! important;
white-space: normal ! important;
line-height: inherit ! important;
color: inherit;
// color: inherit; // unclear why we ever had this? it breaks plain code blocks on dark theme...
font-size: 14px;
}