From bfa85c25558436d27925616ada993d7f16d0c717 Mon Sep 17 00:00:00 2001 From: Vinzenz Vietzke Date: Mon, 12 Oct 2020 23:19:09 +0200 Subject: [PATCH] replace default checkbox color --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 1fa2d61797..d361b63604 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2044,7 +2044,7 @@ p.wall-item-announce, .radio label::before, .checkbox label::before { - background-color: $background_color; + background-color: $nav_bg; } .radio label::after { background-color: $link_color;