Template:Element/style.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 40: Line 40:
}
}


/* Ensure links inside these classes stay white (not blue or purple) */
.Fire a,
.Normal a,
.Lightning a,
.Ghost a,
.Metal a,
.Water a,
.default a {
color: white !important;
text-decoration: none;
}


.default:hover a {
 
color: white;
 
/* Optional hover style (white stays white or glow slightly) */
.Fire a:hover,
.Normal a:hover,
.Lightning a:hover,
.Ghost a:hover,
.Metal a:hover,
.Water a:hover,
.default a:hover {
color: white !important;
filter: brightness(1.2);
}
}
member
171

edits