MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,059:
 
 
/* Force links inside the Read'read' templatepill to beinherit darkcolor grayand allow wrapping */
.read-pill a,
.read-pill a:visited {
color: #202122 !important;
text-decoration: none; /* Optional: removes the underline */
white-space: normal; /* Ensures the link itself can wrap */
}
 
.read-pill a:hover {
color: #202122 !important; /* Slightly darker on hover */
text-decoration: underline;
}