Skip to content

Commit 5e09844

Browse files
committed
fix(website): space bg fadeIn
1 parent 8cb944a commit 5e09844

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/css/_home.sass

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ html, body
1616
.navbar-nav > .active > a
1717
color: #1D96C7 !important
1818

19-
2019
.presented-by
2120
color: rgba(white,.5)
2221
font-size: .9em
@@ -31,7 +30,7 @@ html, body
3130
left: 0
3231
z-index: -1
3332
opacity: 0
34-
animation: fadeIn 3s ease-in-out
33+
animation: fadeIn 3s ease-in-out forwards
3534

3635
#space-overlay
3736
position: fixed

0 commit comments

Comments
 (0)