Changes

From Drawn to Life Wiki
369 bytes removed ,  16:00, 15 October 2023
remove dark mode styles
Line 425: Line 425:  
         float: none !important;
 
         float: none !important;
 
         max-width: none !important
 
         max-width: none !important
    }
  −
}
  −
@media (prefers-color-scheme: dark) {
  −
    .InfoboxGeneric{
  −
        background-color: #6c57c361 !important;
   
     }
 
     }
 
}
 
}
Line 494: Line 489:  
}
 
}
   −
/*Navbox dark*/
  −
@media (prefers-color-scheme: dark) {
  −
  .navboxGeneric {
  −
      background-color: transparent !important;
  −
  }
  −
}
  −
/*Notice dark*/
  −
@media (prefers-color-scheme: dark) {
  −
  .noticeGeneric {
  −
      background-color: transparent !important;
  −
  }
  −
}
      
/* Rate Widget */
 
/* Rate Widget */