Make links use the hover color when focused (re: #8004)

This commit is contained in:
Quincy Morgan
2020-09-17 12:46:14 -04:00
parent 2c96f56440
commit dea0a0afd6

View File

@@ -127,6 +127,9 @@ a:visited,
a:active {
color: #7092ff;
}
a:focus {
color: #597be7;
}
@media (hover: hover) {
a:hover {
color: #597be7;