From 124eea073050021a1ea7e32450ccad9cfc18642c Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 27 Jun 2023 12:26:25 +0200 Subject: [PATCH] Update --- themes/dark.sass | 7 +------ themes/light.sass | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/themes/dark.sass b/themes/dark.sass index 4e9b456..e56ca78 100644 --- a/themes/dark.sass +++ b/themes/dark.sass @@ -1,6 +1 @@ -@use 'base' with ( - $color-bg: #191919 - $color-text: #ffffffcf - $color-link: #6FB0E2 - $color-selection: #9BA6B0 -) +@use 'base' with ($color-bg: #191919, $color-text: #ffffffcf, $color-link: #6FB0E2, $color-selection: #9BA6B0) diff --git a/themes/light.sass b/themes/light.sass index e5f3744..fd3cc40 100644 --- a/themes/light.sass +++ b/themes/light.sass @@ -1,6 +1 @@ -@use 'base' with ( - $color-bg: #fffff5 - $color-text: #000 - $color-link: #195880 - $color-selection: #4D5460 -) +@use 'base' with ($color-bg: #fffff5, $color-text: #000, $color-link: #195880, $color-selection: #4D5460)