Skip to content

Commit 8894975

Browse files
committed
Add hover and focus styles for buttons to enhance user interaction
1 parent ee9c5da commit 8894975

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Form-Controls/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,7 @@ button {
9393
font-size: 1rem;
9494
font-weight: 600;
9595
cursor: pointer;
96+
}
97+
button:hover, button:focus-visible{
98+
background: var(--color-accent-dark);
9699
}

0 commit comments

Comments
 (0)