From 7a40394d51ee75ff3f99350cce6ad2fdfb670a25 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:04:52 +0200 Subject: pastel colors --- counters.svg | 2 +- play.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/counters.svg b/counters.svg index f607bef..64b4d4c 100644 --- a/counters.svg +++ b/counters.svg @@ -1 +1 @@ - \ No newline at end of file +NEUT31423LI42LIINEUT2POLICE52HELOx51x93HELOx92x92x92x62HELOx61x122xx2517xx2515xx25127xx25129xx25121xx25120xx25119xx25114xx25113xx25112xx2519xx2514xx2512xx-x-x-x-BorderZoneInactiveBorderZonePTSNAVALMAXHELOAVAILHELOMAXAIRAVAILAIRTERRORREMOTEACTIVEOASCONTROLCONTROLPSLAPPSLTURNNOW \ No newline at end of file diff --git a/play.html b/play.html index 21927b2..06650f7 100644 --- a/play.html +++ b/play.html @@ -15,7 +15,7 @@ main { background-color: dimgray } #role_FLN .role_name { background-color: #C1E1C1;} -#role_Government .role_name { background-color: #ADD8E6;} +#role_Government .role_name { background-color: #BCDDFF;} #log { background-color: whitesmoke; } #log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin: 8px 0; text-align: center; } @@ -99,7 +99,7 @@ main { background-color: dimgray } height: 39px; border-width: 2px; border-radius: 8px; - background-image: url(counters.svg?v=4); + background-image: url(counters.svg?v=5); } .counter.m { -- cgit v1.2.3