Fix like button focus

This commit is contained in:
Christian Bundy 2019-12-16 08:11:58 -08:00
parent 86aa4c5453
commit 733e0a4cfe
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 3 additions and 2 deletions

View File

@ -172,7 +172,8 @@ button:hover {
background-color: var(--fg-light);
}
section > footer > form > button:hover {
section > footer > form > button:hover,
section > footer > form > button:focus {
background-color: transparent;
}
@ -295,7 +296,7 @@ section header a {
}
nav > ul > li > a {
color: var(--fg);
color: var(--fg-status);
text-decoration: none;
font-weight: bold;
}