Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
 
Line 32: Line 32:
}
}
a:hover {
a:hover {
     background: linear-gradient(to bottom, transparent, #FF851B);
     background: linear-gradient(to bottom, transparent, #FF851B)!important;
     transition: background 0.3s ease;
     transition: background 0.3s ease!important;
     text-decoration: none; /* Optional: removes underline on hover */
     text-decoration: none!important; /* Optional: removes underline on hover */
}
}
/* 🔗 Links */
/* 🔗 Links */