MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
Replaced content with "Enter Code here."
Tag: Replaced
No edit summary
Line 1: Line 1:
Enter Code here.
a {
  text-decoration: none !important;
}
 
a:hover {
  text-decoration: underline; /* optional hover effect */
}

Revision as of 00:23, 28 May 2025

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline; /* optional hover effect */
}