Skip to content

Commit 17d975a

Browse files
committed
fix download button
1 parent 9641126 commit 17d975a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/scss/_variables_project.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ $link-hover-color: $primary-dark;
7878
}
7979
}
8080

81+
// Golden/yellow download button
82+
.btn-secondary {
83+
background-color: #eab308 !important;
84+
border-color: #eab308 !important;
85+
color: #ffffff !important;
86+
87+
&:hover {
88+
background-color: #ca8a04 !important;
89+
border-color: #ca8a04 !important;
90+
color: #ffffff !important;
91+
}
92+
}
93+
8194
a {
8295
color: $primary;
8396

0 commit comments

Comments
 (0)