Skip to content

Commit 86696e8

Browse files
committed
Change the hover color
1 parent 8352130 commit 86696e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a {
2020
}
2121
a:hover {
2222
border-color: var(--ink);
23-
background: blue;
23+
background: rgb(155, 155, 238);
2424
color: whitesmoke;
2525
}
2626

0 commit comments

Comments
 (0)