Skip to content

Commit 2c3a6e1

Browse files
committed
set default color on hover for banner link
1 parent 5ed4faf commit 2c3a6e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/components/_banner.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
border-bottom: 1px solid #000;
88

99
a {
10-
color: #000;
10+
color: $black;
1111
}
1212

1313
a:hover {
14+
color: $black;
1415
text-decoration: underline;
1516
}
1617

0 commit comments

Comments
 (0)