Skip to content

Commit

Permalink
rm comments in fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
malgojaviro committed Jun 12, 2024
1 parent 4b2b7a9 commit 05a8afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/themes/lr-basic/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@supports not (color: oklch(0% 0 0)) {
:where([lr-wgt-common]) {
/* Light colors RGB fallback */
--uc-primary-rgb-light: 54 112 253; /* Quick customization: change this value to your brand color */
--uc-primary-rgb-light: 54 112 253;
--uc-primary-light: rgb(var(--uc-primary-rgb-light));
--uc-primary-hover-light: rgb(var(--uc-primary-rgb-light) / 90%);
--uc-primary-transparent-light: rgb(var(--uc-primary-rgb-light) / 10%);
Expand All @@ -61,7 +61,7 @@
--uc-simple-btn-foreground-light: rgb(24 24 24);

/* Dark colors RGB fallback */
--uc-primary-rgb-dark: 87 154 255; /* Quick customization: change this value to your brand color */
--uc-primary-rgb-dark: 87 154 255;
--uc-primary-dark: rgb(var(--uc-primary-rgb-dark));
--uc-primary-hover-dark: rgb(var(--uc-primary-rgb-dark) / 90%);
--uc-primary-transparent-dark: rgb(var(--uc-primary-rgb-dark) / 7%);
Expand Down

0 comments on commit 05a8afc

Please sign in to comment.