Fix strange CSS

This commit is contained in:
Alexey Milovidov 2020-08-07 00:30:23 +03:00
parent 5df187783e
commit d9130227d8

View File

@ -68,8 +68,9 @@ body[data-spy] #content {
}
#content code {
color: #111;
color: #000;
background: #eee;
padding: 0.125rem 0.25rem;
}
@ -195,7 +196,13 @@ body[data-spy] #content {
border: 1px solid #444451;
}
#content code, #content pre, .blog .tag, .blog .dropdown-menu {
#content code {
background: #444;
color: #eee;
padding: 0.125rem 0.25rem;
}
#content pre, .blog .tag, .blog .dropdown-menu {
background: #444;
color: #eee;
}