Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 13: Line 13:
a:link {
a:link {
   color: #ff8080 !important;
   color: #ff8080 !important;
}
pre {
  background: rgb(25,25,25) !important;
}
}

Revision as of 14:47, 10 September 2023

/* CSS placed here will be applied to all skins */

blockquote {
  background: rgb(25,25,25) !important;
  border: 0px solid rgb(25,25,25) !important;
  padding: 0.0em;
}

a:visited  {
  color: #ff2020 !important;
}

a:link {
  color: #ff8080 !important;
}

pre {
  background: rgb(25,25,25) !important;
}