From b83fe3163ac1e4be4a07348f8155d4224aac3ee7 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Tue, 14 Dec 2021 14:31:11 +0000 Subject: [PATCH] Tidy comments --- src/styles/custom-properties/colors.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/styles/custom-properties/colors.scss b/src/styles/custom-properties/colors.scss index 21a0dae32..727b41519 100644 --- a/src/styles/custom-properties/colors.scss +++ b/src/styles/custom-properties/colors.scss @@ -1,9 +1,11 @@ // Vikunja colors as CSS custom properties :root { - // All the Bulma color variables to fix issues with undefined variables - // Should be removed once bulma/sass scoping issues are fixed - // Those overriden in vikunja specific rules below are commented out + // Core Bulma color variables + // Added (from bulma-css-variables/css/bulma.css) to fix issues with undefined variables + // This section should be removed once bulma/sass scoping issues are fixed + // see https://kolaente.dev/vikunja/frontend/issues/1064 + // Variables overriden in Vikunja specific rules below are commented out //--scheme-main: white; --scheme-main-bis: #fafafa; --scheme-main-ter: whitesmoke; @@ -168,7 +170,7 @@ //--grey-lighter: #dbdbdb; --white-ter: whitesmoke; --white-bis: #fafafa; -// End Bulma color variables +// END core Bulma color variables // Vikunja specific variables