From 61717855c3be1aff0aa4ae7a70bd6221c8245bb6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 24 Oct 2019 18:28:28 +0200 Subject: [PATCH] Uh not sure how I got it to work without this? --- src/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.less b/src/css/style.less index 960fd395..12980b4a 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -708,7 +708,7 @@ input[type='radio'].nice-radio { margin-left:6px; padding-left:6px; border-left: #ccc 1px solid; - color:lighten(@label-info-bg); + color:lighten(@label-info-bg,20); text-decoration: none; }