mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-22 21:58:39 +01:00
Improve CSS to allow code blocks in bullet lists, too
This commit is contained in:
parent
d053e9a2b7
commit
ec428deb91
@ -53,6 +53,9 @@ p code, li code { /* also outside of bxpages */
|
||||
color: black;
|
||||
background-color: #ffffdc;
|
||||
}
|
||||
p pre code, li pre code {
|
||||
background-color: transparent;
|
||||
}
|
||||
blockquote {
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user