Skip to content

Commit e3fc8ec

Browse files
authored
Merge pull request #2204 from CodeNow/fix-opacity-on-welcome-background
Update welcome.scss
2 parents 75c6822 + b5227b9 commit e3fc8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/assets/styles/scss/pages/welcome.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.welcome {
2-
background: linear-gradient(rgba($purple-light,.99), rgba($purple-blue,.98));
2+
background: linear-gradient($purple-light, $purple-blue);
33

44
.logo {
55
height: auto;

0 commit comments

Comments
 (0)