diff --git a/images/eco-chat.svg b/images/eco-chat.svg index 24e75d7..027e6e4 100644 --- a/images/eco-chat.svg +++ b/images/eco-chat.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/style.css b/style.css index b90bd75..9f83343 100644 --- a/style.css +++ b/style.css @@ -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); }