MediaWiki:Common.css: Difference between revisions

SitX (talk | contribs)
mNo edit summary
SitX (talk | contribs)
mNo edit summary
Line 7: Line 7:
   box-sizing: border-box;
   box-sizing: border-box;
   color: #ccc;
   color: #ccc;
}
a:link {
  color: #7aa9ff !important;
}
/* Make visited links a lighter violet */
a:visited {
  color: #c586ff !important;
}
/* Optional: On hover */
a:hover {
  color: #ffd369 !important;
  text-decoration: underline;
}
}