Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 12: Line 12:


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

Revision as of 14:44, 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;
}