Modify preformatted block / code styles.

Based on feedback, this should help readability.

Author: Sarah Conway
This commit is contained in:
Jonathan S. Katz
2018-09-16 16:32:12 -04:00
parent e0efdc6707
commit 35405bb886

View File

@ -615,11 +615,16 @@ i.fas.fa-search {
}
/* #CODE */
pre {
padding: 0.8rem;
border: 1px solid #ced4da;
margin: 1rem 0 !important;
}
pre.code {
padding: .2rem .4rem;
font-size: 90%;
color: #bd4147;
background-color: #f8f9fa;
border-radius: .25rem;
}