User:Naomi/common.css: Difference between revisions

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.mw-body {
.mw-body {
   background-color: #2b2f39;
   background-color: #2b2f39;
  color: #ffffff;
}
}



Revision as of 23:05, 8 February 2024

.mw-body {
  background-color: #2b2f39;
  color: #ffffff;
}

pre, code, .mw-code, .mw-message-box, textarea, .editOptions {
  background-color: #2f2f2f;
  border: 1px solid #202125;
  color: #ffffff;
}

.oo-ui-inputWidget-input, .oo-ui-textInputWidget {
  background-color: #2f2f2f !important;
  border: 1px solid #202125 !important;
  color: #ffffff !important;
}

.vector-menu-tabs-legacy li {
  background: rgba(43, 47, 57, 0.5);
}

.vector-menu-tabs-legacy .selected {
  background: #2b2f39;
}

.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
  color: #ffffff;
  text-decoration: none;
}
  
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}