MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
SitX (talk | contribs)
mNo edit summary
SitX (talk | contribs)
mNo edit summary
Line 10: Line 10:


a:link {
a:link {
  color: #7aa9ff !important;
    color: #7aa9ff !important; /* Light steel blue */
}
}


/* Make visited links a lighter violet */
a:visited {
a:visited {
  color: #c586ff !important;
    color: #c98bff !important; /* Light violet */
}
}


/* Optional: On hover */
a:hover {
a:hover {
  color: #ffd369 !important;
    color: #FFD700 !important;
  text-decoration: underline;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
}
}