mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Modify preformatted block / code styles.
Based on feedback, this should help readability. Author: Sarah Conway
This commit is contained in:
@ -615,11 +615,16 @@ i.fas.fa-search {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* #CODE */
|
/* #CODE */
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding: 0.8rem;
|
||||||
|
border: 1px solid #ced4da;
|
||||||
|
margin: 1rem 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
pre.code {
|
pre.code {
|
||||||
padding: .2rem .4rem;
|
padding: .2rem .4rem;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: #bd4147;
|
|
||||||
background-color: #f8f9fa;
|
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user