From 2415c19d239bc61b104ffa32b919d9939c042464 Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Fri, 25 Dec 2020 10:19:51 +0300 Subject: [PATCH] change colors --- web/public/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/public/index.html b/web/public/index.html index 95d2e20..5e8a7ba 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -26,9 +26,11 @@ } .piece-complete{ background-color:#3fb57a; + border-color:#3fb57a; } .piece-loading{ background-color:#00d0d0; + border-color:#00d0d0; } .reader-range{ border-color: #3d3dff !important;