MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 51: Line 51:
}
}


.custom-button:hover {
.custom-button a {
     background-color: #0056b3; /* Darker blue on hover */
    display: block; /* Expands the link to fill the entire span */
     color: #fff; /* White text color */
    text-decoration: none; /* Removes underline from link */
}
}