Skip to content

Commit

Permalink
Increased the frosted effect to make text easier to read. #30
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Jan 30, 2022
1 parent 58eb688 commit f695d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/scss/Variables/colorVariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
--background-primary: hsl(0, 0%, 100%);
--background-primary-alt: hsl(220, 20%, 97%);
--background-secondary: hsl(220, 13%, 95%);
--background-secondary-blur: hsl(220, 13%, 95%, 0.4);
--background-secondary-blur: hsl(220, 13%, 95%, 0.6);
--background-secondary-alt: hsl(216, 10%, 85%);
--background-modifier-border: hsl(216, 10%, 89%);
--background-modifier-error: var(--color-dark-red);
Expand Down Expand Up @@ -249,7 +249,7 @@
--background-primary: hsl(0, 0%, 22%);
--background-primary-alt: hsl(0, 0%, 32%);
--background-secondary: hsl(0, 0%, 15%);
--background-secondary-blur: hsla(0, 0%, 15%, 0.4);
--background-secondary-blur: hsla(0, 0%, 15%, 0.6);
--background-secondary-alt: hsl(0, 0%, 12%);
--background-modifier-border: hsl(0, 0%, 14%);
--background-modifier-error: var(--color-dark-red);
Expand Down
2 changes: 1 addition & 1 deletion src/scss/Variables/rootVariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--default-font: "Source Sans Pro", sans-serif;

--border-size: 2px;
--blur-intensity: 6px;
--blur-intensity: 10px;

--file-explorer-vertical-lines-width: 2px;
--style-settings-vertical-lines-width: 2px;
Expand Down

0 comments on commit f695d35

Please sign in to comment.