From bbe0839e106bec63bdaa7f13580c89cb14cc2f4e Mon Sep 17 00:00:00 2001
From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com>
Date: Thu, 26 Oct 2023 22:29:09 +0200
Subject: darker FLN counters
---
counters.svg | 2 +-
play.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/counters.svg b/counters.svg
index 6204040..1359483 100644
--- a/counters.svg
+++ b/counters.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/play.html b/play.html
index f8e6850..f40136f 100644
--- a/play.html
+++ b/play.html
@@ -23,7 +23,7 @@
--counter-french-color: #BCDDFF;
--counter-elite-color: #FFCCCB;
--counter-algerian-color: #FFE7BD;
- --counter-fln-color: #C1E1C1;
+ --counter-fln-color: #51a36d;
--counter-remote-color: #DFD9C1;
--stack-2-left: 10px;
@@ -236,7 +236,7 @@ main { background-color: dimgray }
height: 39px;
border-width: 2px;
border-radius: 8px;
- background-image: url(counters.svg?v=8);
+ background-image: url(counters.svg?v=9);
background-color: white;
}
--
cgit v1.2.3