From 19a04bb3a369da9449bed9598d736fda05273f02 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 18 Nov 2020 14:12:13 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20pozad=C3=AD=20u=20'side-line'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/main.css b/static/main.css index f027f93..fca673d 100644 --- a/static/main.css +++ b/static/main.css @@ -201,6 +201,7 @@ canvas { box-sizing: border-box; border: solid 0.125vw var(--color-primary); border-radius: 0.125vw; + background-color: var(--color-primary); } .number-thing { display: flex;