Changes

From Drawn to Life Wiki
temporarily make the raposa bullet style only apply on lightmode (fix)
Line 1,155: Line 1,155:  
     border-bottom-left-radius: 10px;
 
     border-bottom-left-radius: 10px;
 
  }
 
  }
   
@media (prefers-color-scheme: dark) {
 
@media (prefers-color-scheme: dark) {
 
#mw-content {
 
#mw-content {
Line 1,165: Line 1,164:  
     border-bottom-right-radius: 10px;
 
     border-bottom-right-radius: 10px;
 
     border-bottom-left-radius: 10px;
 
     border-bottom-left-radius: 10px;
}
+
    }
 +
  }
 
}
 
}
   
#bodyContent {
 
#bodyContent {
 
     margin-top: 1em;
 
     margin-top: 1em;