MediaWiki:Common.css: Difference between revisions

From Impact Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .cdx-dialog { background-color: #131313 !important; color: #aca597 !important; border: 1px solid #000 !important; }"
(No difference)

Revision as of 15:52, 8 May 2025

/* CSS placed here will be applied to all skins */
.cdx-dialog {
  background-color: #131313 !important;
  color: #aca597 !important;
  border: 1px solid #000 !important;
}