Skip to content

Commit b4c2b4f

Browse files
committed
UI update
1 parent 3cd98cb commit b4c2b4f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/css/home.styl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ul
7979

8080
.download-btn
8181
display inline-block
82-
background linear-gradient(45deg, #007bff 0%, #28a745 100%)
82+
background linear-gradient(45deg, #08c 0%, #09c 100%)
8383
color #fff
8484
text-decoration none
8585
padding 15px 30px
@@ -112,7 +112,7 @@ ul
112112

113113
// Morph animation styles for download button
114114
.morph-shape
115-
background linear-gradient(45deg, #007bff 0%, #28a745 100%)
115+
background linear-gradient(45deg, #08c 0%, #09c 100%)
116116
animation morph 8s ease-in-out infinite
117117
border-radius 60% 40% 30% 70% / 60% 30% 70% 40%
118118
transition all 1s ease-in-out
@@ -122,13 +122,10 @@ ul
122122
@keyframes morph
123123
0%
124124
border-radius 60% 40% 30% 70% / 60% 30% 70% 40%
125-
background linear-gradient(45deg, #007bff 0%, #28a745 100%)
126125
50%
127126
border-radius 30% 60% 70% 40% / 50% 60% 30% 60%
128-
background linear-gradient(45deg, #6c757d 0%, #28a745 100%)
129127
100%
130128
border-radius 60% 40% 30% 70% / 60% 30% 70% 40%
131-
background linear-gradient(45deg, #007bff 0%, #28a745 100%)
132129

133130
.download-options
134131
.download-tabs

0 commit comments

Comments
 (0)