fix: change opacity for branding

This commit is contained in:
Ivan Mikheykin
2021-07-19 21:10:25 +03:00
parent 74dd7ca41e
commit 36042a6daf
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
right: 0;
width: 20px;
height: 20px;
opacity: 0.15;
opacity: $branding-opacity;
:hover > & {
opacity: 1;
+2
View File
@@ -7,3 +7,5 @@ $warning-bg: #333333; // $dark-4
$theme-name: dark;
$white: #fff;
$red: #d44a3a;
$branding-opacity: 0.5;
+1
View File
@@ -8,3 +8,4 @@ $theme-name: light;
$white: #fff;
$red: #d44939;
$branding-opacity: 0.33;