From 4a7cd687f5ee44524e6bf105b8b896503bcf2981 Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:09:51 +0200 Subject: [PATCH] Another line chart fix attempt --- GTheme.php | 7 +------ stylesheets/components/_sparkline.less | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/GTheme.php b/GTheme.php index 5063b77..59a3926 100644 --- a/GTheme.php +++ b/GTheme.php @@ -22,11 +22,6 @@ class GTheme extends Plugin public function configureThemeVariables(Plugin\ThemeStyles $vars) { - //Nothing here + $vars->fontFamilyBase = 'Roboto, Helvetica, sans-serif'; } - - // public function configureThemeVariables(Plugin\ThemeStyles $vars) - // { - // $vars->fontFamilyBase = 'Roboto, Helvetica, sans-serif'; - // } } diff --git a/stylesheets/components/_sparkline.less b/stylesheets/components/_sparkline.less index 975e2a4..b3feafc 100644 --- a/stylesheets/components/_sparkline.less +++ b/stylesheets/components/_sparkline.less @@ -1,6 +1,6 @@ // sparkline colors .sparkline-colors[data-name="backgroundColor"] { - color: @theme-color-background-base; + color: white; } .sparkline-colors[data-name="lineColor"] { @@ -20,5 +20,5 @@ } .sparkline-colors[data-name="fillColor"] { - color: transparent; + color: lighten(#323036, 55); }