css: make inline code look the same as before bootstrap 4 upgrade

This commit is contained in:
Dean Attali 2020-09-01 04:05:27 +00:00
parent 86b9f8236c
commit 8d081663ed
1 changed files with 13 additions and 0 deletions

View File

@ -824,6 +824,19 @@ table tr td :last-child {
/* --- Code blocks --- */
code {
padding: 0.125rem 0.25rem;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0.25rem;
}
pre code {
padding: 0;
background-color: transparent;
border-radius: 0;
}
pre {
font-size: 1rem;
line-height: 1.5;