make footer links a bit darker for accessibility
The current color is too light to pass accessibility checks for contrast. It was intentionally low contrast to make it unintrusive since it's a footer, but it's probably best to comply with these guidelines.
This commit is contained in:
parent
cf28e52361
commit
23c02b4ad6
@ -108,11 +108,11 @@ footer {
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #9e9e9e; /* grey500 */
|
||||
color: #616161; /* grey500 */
|
||||
}
|
||||
|
||||
footer a:visited {
|
||||
color: #9e9e9e; /* grey500 */
|
||||
color: #616161; /* grey500 */
|
||||
}
|
||||
|
||||
#social {
|
||||
|
Loading…
x
Reference in New Issue
Block a user