fix code with white background #119

This commit is contained in:
Dmitry Kolosov 2021-12-02 10:12:38 +03:00
parent 51c16f2f69
commit 4b3884d165
4 changed files with 14 additions and 12 deletions

View file

@ -158,6 +158,11 @@ kbd {
line-height: 154%;
}
pre code, pre kbd {
color: inherit;
background-color: inherit;
}
/* Styles */
blockquote {