From d037d1fab09d5681112ac37defbc01576f2af358 Mon Sep 17 00:00:00 2001 From: Martin Gasque Date: Sun, 7 Apr 2024 15:58:32 +0200 Subject: [PATCH] Add clan colors Not having to be thoses, but gives a clear hint to work with. --- src/App.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.css b/src/App.css index b2f3f22..4eeafbb 100644 --- a/src/App.css +++ b/src/App.css @@ -19,6 +19,14 @@ /* Dark Red/Brown for the wooden structures */ --hanzo-quinary: #17202A; /* Dark Blue for the night sky */ + + --hanzo-hiadoro: #57715a; + --hanzo-bojambu: #746822; + --hanzo-gan: #6a437d; + --hanzo-hibiki: #b02e31; +/* Clan main colors */ + + } .root-app {