css: make inline code look the same as before bootstrap 4 upgrade
This commit is contained in:
parent
86b9f8236c
commit
8d081663ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user