Skip to content

Commit 4d67d77

Browse files
author
=
committed
STYLE: Darkened footer nav color to address contrast issues
1 parent e38476c commit 4d67d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ address {
497497

498498
a {
499499
font-size: 0.8rem;
500-
color: #ccc;
500+
color: #6e6e6e;
501501
text-decoration: none;
502502
text-transform: uppercase;
503503
transition: color 0.2 ease-out;
@@ -596,6 +596,7 @@ address {
596596
background: #eee;
597597
font-style: oblique;
598598
font-size: 0.9rem;
599+
font-weight: normal;
599600
}
600601

601602
.footer h6 {

0 commit comments

Comments
 (0)