Browse Source

fix blue night theme. (pre styling)

Koki Oyatsu 8 years ago
parent
commit
aa9398925a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resource/styles/agile-admin/inverse/colors/blue-night.scss

+ 1 - 1
resource/styles/agile-admin/inverse/colors/blue-night.scss

@@ -48,7 +48,7 @@ $inline-code-bg: #0a121b;
   }
   }
 }
 }
 
 
-pre {
+:not(.hljs) > pre:not(.hljs) {
   color: $bodytext;
   color: $bodytext;
   background-color: $inline-code-bg;
   background-color: $inline-code-bg;
 }
 }