Fix regression: Add to Home Screen button is unreadable

Regression introduced in commit ea58bac548
This commit is contained in:
Frédéric Guillot 2024-03-14 17:19:16 -07:00
parent 7310e13499
commit 7a307f8e74
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,8 @@ a:hover {
text-decoration: none;
line-height: 30px;
color: #fff;
background-color: transparent;
border: 0;
}
#btn-add-to-home-screen:hover {