PawsAndPetals/effects.css

12 lines
118 B
CSS
Raw Normal View History

2025-04-30 22:41:11 +01:00
a{
color: var(--text);
transition: color 0.5s;
}
a:visited{
color: var(--text);
}
a:hover{
color: black;
}