improve non-js audio fallback

This commit is contained in:
Rhiannon Morris 2021-05-25 16:03:05 +02:00
parent d4e6d5b6d8
commit f440410b76
2 changed files with 13 additions and 4 deletions

View file

@ -140,13 +140,13 @@ dd {
}
}
a {
a[href] {
color: hsl(196deg, 100%, 85%);
font-weight: 800;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
a:hover {
a[href]:hover {
color: hsl(50deg, 100%, 82%);
}