mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
remove serif fallback for mobile pre/code blocks
This commit is contained in:
parent
9d82111813
commit
736ac30071
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ a:hover.reply-new {
|
|||
|
||||
/* Code, KBD, Sub/sup formatting */
|
||||
|
||||
code,kbd,pre,samp{
|
||||
font-family:monospace, serif; font-size:1em;
|
||||
code,kbd,pre,samp {
|
||||
font-family: monospace; font-size:1em;
|
||||
}
|
||||
pre {
|
||||
code {
|
||||
|
|
Loading…
Add table
Reference in a new issue