Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From BorderConnect Wiki
Created page with "@media (prefers-color-scheme: dark) { .mp-box { background: #753; color: #dcb; outline: 5px dashed #000; } }"
 
No edit summary
Line 2: Line 2:
   .mp-box {
   .mp-box {
     background: #753;
     background: #753;
    color: #dcb;
    outline: 5px dashed #000;
   }
   }
}
}

Revision as of 15:42, 15 January 2025

@media (prefers-color-scheme: dark) {
  .mp-box {
    background: #753;
  }
}