MediaWiki:Common.css: Difference between revisions

From Impact Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.cdx-dialog,.cdx-card {
.cdx-dialog,.cdx-card,.cdx-card__text__title, .cdx-message {  
   background-color: #131313 !important;
   background-color: #131313 !important;
   color: #aca597 !important;
   color: #aca597 !important;
   border: 1px solid #000 !important;
   border: 1px solid #000 !important;
}
.cdx-card__text__title,.cdx-message {
  color: #aca597 !important;
}
}

Latest revision as of 16:47, 8 May 2025

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

.cdx-card__text__title,.cdx-message {
  color: #aca597 !important;
}