From 3da77df81e8aed49a3c2935b7cc3ff1a735e7924 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 19 Mar 2025 23:22:55 +0100 Subject: Fix bugs. --- play.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 78fd426..843c4d6 100644 --- a/play.css +++ b/play.css @@ -9,10 +9,10 @@ body header.fascist.your_turn { background-color: hsl(30, 35%, 65%); } #role_Communist { background-color: hsl(0, 55%, 70%); } #role_Moderate { background-color: hsl(325, 30%, 70%); } -#log div.h.a { background-color: hsl(257, 10%, 75%); } -#log div.h.c { background-color: hsl(0, 55%, 75%); } -#log div.h.m { background-color: hsl(325, 30%, 75%); } -#log div.h.f { background-color: hsl(30, 35%, 75%); } +#log div.h.anarchist { background-color: hsl(257, 10%, 75%); } +#log div.h.communist { background-color: hsl(0, 55%, 75%); } +#log div.h.moderate { background-color: hsl(325, 30%, 75%); } +#log div.h.fascist { background-color: hsl(30, 35%, 75%); } .panel { background-image: url(images/texture.png) } .panel { background-color: hsl(0, 0%, 60%); } -- cgit v1.2.3