Skip to content

Commit

Permalink
Optimise SVG and link accessiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lenox committed Jun 19, 2018
1 parent f9797aa commit aaa3c86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/eco-chat.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions style.css
Expand Up @@ -599,11 +599,16 @@ textarea {
# Links
--------------------------------------------------------------*/
a {
padding: .1em 0;
color: rgb(4, 4, 2);
text-decoration: none;
border-bottom: 0.2em solid transparent;
}

a#susty-back-link {
padding: .3em;
}

a:visited {
color: rgb(4, 4, 2);
}
Expand Down

0 comments on commit aaa3c86

Please sign in to comment.