diff options
| author | smdyv <88971341+smdyv@users.noreply.github.com> | 2021-12-11 15:48:02 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-11 09:51:18 -0500 |
| commit | 84b3ec2dc2e8ae9b29a7278a661d3f7e1dcb5b83 (patch) | |
| tree | c65840fa4f7ff780c96a6c90c6f18a83c06254e5 /static/main.css | |
| parent | a9a1a3987afc6023826941e137da4f6b156dda51 (diff) | |
Fix link button when pressed in dark theme
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 2 |
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 */ } |
