Skip to content
Snippets Groups Projects
Commit 03fba6f8 authored by khawkins98's avatar khawkins98
Browse files

Merge branch 'v1.2' into v1.3

Bring in footer link colour fixes
parents bedbf06a 2c7264b5
No related branches found
No related tags found
No related merge requests found
......@@ -631,9 +631,12 @@ pre > code {
margin-left: 0;
font-size: 85%;
list-style: none; }
.global-footer a {
color: #666; }
.global-footer a:hover,
.global-footer a:focus,
.global-footer a:active {
color: #666;
border-bottom: 1px dashed #e4e4e4; }
.ebi-footer-meta {
......
This diff is collapsed.
......@@ -585,9 +585,14 @@ a:active {
list-style: none;
}
a {
color: $ebi-colour-dark-grey;
}
a:hover,
a:focus,
a:active{
color: $ebi-colour-dark-grey;
border-bottom: 1px dashed #e4e4e4;
}
} // END .global-footer
......
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