Fix link button when pressed in dark theme

This commit is contained in:
smdyv 2021-12-11 15:48:02 +01:00 committed by Daniel Micay
parent a9a1a3987a
commit 84b3ec2dc2

View File

@ -351,7 +351,7 @@ main.normalize {
background-color: #89b4ea; /* color between default and pressed */
}
button:focus {
button:focus, .button:focus {
background-color: #7ca3d4; /* button pressed on Android */
}