diff options
Diffstat (limited to 'assets/css/common')
-rw-r--r-- | assets/css/common/misc.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/assets/css/common/misc.css b/assets/css/common/misc.css index 4bf362b..3e40ce2 100644 --- a/assets/css/common/misc.css +++ b/assets/css/common/misc.css @@ -26,17 +26,15 @@ pre code { white-space: pre; word-wrap: normal; } -/* Lighter background for <pre> and <code> elements. */ +/* Fixup syntax.css, which sets the code background to white. */ +.highlight { + background-color: #fafafa !important; +} +/* Use the default font size and color for <pre> and <code>. */ pre { font-size: inherit; - background-color: #fbfbfb; -} -.highlight { - background-color: #fbfbfb !important; } code { - color: inherit; - background-color: #fbfbfb; font-size: inherit; } /* Prevent <code> elements from standing out from alerts. */ |