Explorar el Código

Merge pull request #2482 from weseek/fix/bgcolor-in-nature-theme

change to use default bgcolor
Yuki Takei hace 5 años
padre
commit
1994daf14b
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/client/styles/scss/theme/nature.scss

+ 0 - 5
src/client/styles/scss/theme/nature.scss

@@ -96,11 +96,6 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-light';
   @import 'apply-colors-light';
 
 
-  // hljs
-  .hljs {
-    background-color: $bgcolor-inline-code;
-  }
-
   // Search Top
   // Search Top
   .search-top {
   .search-top {
     .btn-secondary.dropdown-toggle {
     .btn-secondary.dropdown-toggle {