diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-23 10:17:00 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-23 10:26:17 -0500 |
| commit | 55981ed9db09d029644725bfe64f6ba390ec0621 (patch) | |
| tree | fefb38c7b57b9915303facecaf5178e9c3a1c425 /site/main.css | |
| parent | 89426c8a02210daf19cd6b9230e59a0d1b2fe006 (diff) | |
| download | automathon-55981ed9db09d029644725bfe64f6ba390ec0621.tar.gz automathon-55981ed9db09d029644725bfe64f6ba390ec0621.zip | |
html: use svg buttons rather than text
Diffstat (limited to 'site/main.css')
| -rw-r--r-- | site/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/main.css b/site/main.css index 2414a49..00c6453 100644 --- a/site/main.css +++ b/site/main.css @@ -87,3 +87,11 @@ canvas { border: 1px solid orangered; background-color: rgb(200 200 200); } + +button.halten .play, button.blinken .pause { + display: block; +} + +button.blinken .play, button.halten .pause { + display: none; +} |
