Skip to content

Commit 2888e28

Browse files
authored
Add styles for download button
Added styles for download button with hover effect.
1 parent 426168c commit 2888e28

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@ main {
130130
transform: scale(1.05); /* pop effect */
131131
}
132132

133+
134+
.download-button {
135+
border: none;
136+
background-color: skyblue;
137+
font-size: 3dvw;
138+
border-radius: 0.75dvw;
139+
cursor: pointer;
140+
}
141+
142+
.download-button:hover {
143+
background-color: lightblue; /* slightly darker/stronger blue */
144+
transform: scale(1.05); /* pop effect */
145+
}
146+
133147
.advanced-href {
134148
bottom: 0;
135149
left: 0;

0 commit comments

Comments
 (0)