From 84b3ec2dc2e8ae9b29a7278a661d3f7e1dcb5b83 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Sat, 11 Dec 2021 15:48:02 +0100 Subject: [PATCH] Fix link button when pressed in dark theme --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }