Skip to content
Snippets Groups Projects
Commit 50bff6ed authored by khawkins's avatar khawkins
Browse files

Fix colour of footer links

parent 34683aaf
No related branches found
No related tags found
No related merge requests found
......@@ -535,6 +535,12 @@ a:active {
/*
GLOBAL FOOTER
================================ */
footer {
a, a:visited {
color: $ebi-colour-dark-grey;
}
}
#global-footer {
border-top: 5px solid #eee;
padding-top: .5rem;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment