Web Dev Solutions

Catalin Mititiuc

From 143e3cdb45a96912d6791a37f64bf3893879cd93 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 17 Apr 2024 12:52:28 -0700 Subject: Add callbacks for updating the UI --- public/index.html | 4 ++-- public/map.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/index.html b/public/index.html index a7e84e0..dbb14a9 100644 --- a/public/index.html +++ b/public/index.html @@ -91,9 +91,9 @@
-
davion
+
Davion
-
liao
+
Liao
diff --git a/public/map.css b/public/map.css index 93232ba..780b912 100644 --- a/public/map.css +++ b/public/map.css @@ -82,7 +82,7 @@ g.troop-counter-template text { stroke: none; } -g.troop-counter [href="#counter-prone"] { +[href="#counter-prone"] { transform: translate(-5px, 6px); } -- cgit v1.2.3