strip font-family from pre/code on mobile
This commit is contained in:
parent
109107e7b7
commit
db863c7d67
|
@ -212,7 +212,7 @@ a:hover.reply-new {
|
|||
/* Code, KBD, Sub/sup formatting */
|
||||
|
||||
code,kbd,pre,samp {
|
||||
font-family: monospace; font-size:1em;
|
||||
font-size:1em;
|
||||
}
|
||||
pre {
|
||||
code {
|
||||
|
|
Loading…
Reference in New Issue