Skip to content

Commit f61f723

Browse files
authored
Add text color change on button hover
1 parent 9267527 commit f61f723

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ body {
132132
}
133133
#myBtn:hover {
134134
background-color: #ffe7e7; /* very pale red */
135+
color: #000000; /* black */
135136
}
136137

137138
details {

0 commit comments

Comments
 (0)