myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 0a5a8d7df02960634909497d0263f3fcfc8f2ded
parent 024218c3b38214f733ccdb52e604fc721a6e9b3e
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 19 Jul 2023 22:51:35 +0200

fix(ui): iphone button color

Diffstat:
Msrc/index.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/index.css b/src/index.css @@ -20,6 +20,7 @@ button, input { box-shadow: 0 1px #b1b0b6; background: white; border: 1px solid #f3f2f7; + color: black; } button {