Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjappinen committed Oct 1, 2023
1 parent da19820 commit 27cf412
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/variables/colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// FIXME: should maybe be moved to sub sections
// FIXME: add --dark and --light variants that are NOT flipped per theme
:root {

// Color usage
Expand All @@ -18,12 +19,15 @@

// Color usage in inverted elements (e.g. buttons and containers)
// NOTE: this is NOT for dark mode
// NOTE: for dark mode support, you should update flip these variables also
// NOTE: for dark mode support, you should flip these variables also
--inverted-text-color: var(--very-very-very-faint-neutral, #fff);
--inverted-border-color: var(--strong-neutral, #444);
--inverted-background-color: var(--very-very-strong-neutral, #111);
--inverted-offset-background-color: var(--very-strong-neutral, #333);

// NOTE: why are these commented out? Should we have these defined by default or rather not?
// NOTE: we can also update --text-color using CSS locally

// --inverted-discreet-color: var(--discreet-color);
// --inverted-faint-discreet-color: var(--faint-discreet-color);
// --inverted-very-faint-discreet-color: var(--very-faint-discreet-color);
Expand Down

0 comments on commit 27cf412

Please sign in to comment.