remove fixed font size in <code> and <pre>
As mentioned in #28, font size for <code> and <pre> shouldn’t be fixed to avoid issues when deploying them inside other elements that have a different size.
This commit is contained in:
parent
93665df22f
commit
68c9175791
@ -69,7 +69,6 @@ blockquote {
|
||||
code, pre {
|
||||
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
|
||||
color:#333;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
Loading…
Reference in New Issue
Block a user