Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
fix: change opacity for branding
Browse files Browse the repository at this point in the history
  • Loading branch information
diafour committed Jul 19, 2021
1 parent 74dd7ca commit 36042a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_statusmap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
right: 0;
width: 20px;
height: 20px;
opacity: 0.15;
opacity: $branding-opacity;

:hover > & {
opacity: 1;
Expand Down
2 changes: 2 additions & 0 deletions src/styles/_variables.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ $warning-bg: #333333; // $dark-4
$theme-name: dark;
$white: #fff;
$red: #d44a3a;

$branding-opacity: 0.5;
1 change: 1 addition & 0 deletions src/styles/_variables.light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ $theme-name: light;
$white: #fff;
$red: #d44939;

$branding-opacity: 0.33;

0 comments on commit 36042a6

Please sign in to comment.