Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit c373f39

Browse files
authored
Enhance install button with hover effect
Added hover effect and cursor style to install button.
1 parent ffd8cfc commit c373f39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ main {
122122
background-color: lightgreen;
123123
font-size: 3dvw;
124124
border-radius: 0.75dvw;
125+
cursor: pointer;
126+
}
127+
128+
.install-button:hover {
129+
background-color: limegreen; /* slightly darker/stronger green */
130+
transform: scale(1.05); /* pop effect */
125131
}
126132

127133
.advanced-href {

0 commit comments

Comments
 (0)