Tidy comments
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-12-14 14:31:11 +00:00
parent 3a85bf9b23
commit b83fe3163a
1 changed files with 6 additions and 4 deletions

View File

@ -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