From c5fce19c22ec32129a8b8135c35798e430c5fc53 Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Sat, 4 Jan 2025 22:43:08 +0100 Subject: Working end-to-end game logic Just need the sound playing now --- static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e61cc02..3b9ba9d 100644 --- a/static/style.css +++ b/static/style.css @@ -3,3 +3,16 @@ body { } + +#guesslist { + list-style: none; + [data-accept="none"] { + background: #aaa; + } + [data-accept="true"] { + background: #00ff00; + } + [data-accept="false"] { + background: #ff0000; + } +} -- cgit v1.2.3