Skip to content

Commit 24b0346

Browse files
committed
Add hover state to social link in nav
1 parent 91001b8 commit 24b0346

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

assets/css/stylesheet.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,9 @@ footer {
320320
border-radius: 3em;
321321
background: #585858;
322322
color: #292929;
323-
323+
}
324+
.main-nav .rounded:hover {
325+
color: #7AD03A;
324326
}
325327

326328
/**

0 commit comments

Comments
 (0)