diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 17:16:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 17:16:59 +0300 |
commit | 69f431bc618bb319443e257de87cf3d660420e71 (patch) | |
tree | 2f87791aef4580eb19dc8ee9d08a4ed32f4ccbbb /assets/css/common/misc.css | |
parent | add plain code snippets to posts (diff) | |
download | jekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.tar.gz jekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.zip |
bundle modified Bootstrap 3bundled_bootstrap
Diffstat (limited to 'assets/css/common/misc.css')
-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. */ |