From 69f431bc618bb319443e257de87cf3d660420e71 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 5 Jun 2021 17:16:59 +0300 Subject: bundle modified Bootstrap 3 --- assets/css/common/misc.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'assets/css/common/misc.css') 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
 and  elements. */
+/* Fixup syntax.css, which sets the code background to white. */
+.highlight {
+  background-color: #fafafa !important;
+}
+/* Use the default font size and color for 
 and . */
 pre {
   font-size: inherit;
-  background-color: #fbfbfb;
-}
-.highlight {
-  background-color: #fbfbfb !important;
 }
 code {
-  color: inherit;
-  background-color: #fbfbfb;
   font-size: inherit;
 }
 /* Prevent  elements from standing out from alerts. */
-- 
cgit v1.2.3