summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorsmdyv <88971341+smdyv@users.noreply.github.com>2021-12-11 15:48:02 +0100
committerDaniel Micay <danielmicay@gmail.com>2021-12-11 09:51:18 -0500
commit84b3ec2dc2e8ae9b29a7278a661d3f7e1dcb5b83 (patch)
treec65840fa4f7ff780c96a6c90c6f18a83c06254e5 /static/main.css
parenta9a1a3987afc6023826941e137da4f6b156dda51 (diff)
Fix link button when pressed in dark theme
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css
index ca4c56c4..1d70b6f0 100644
--- a/static/main.css
+++ b/static/main.css
@@ -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 */
}