improve non-js audio fallback
This commit is contained in:
parent
d4e6d5b6d8
commit
f440410b76
2 changed files with 13 additions and 4 deletions
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue