diff --git a/index.html b/index.html index a8538d6..e3817d3 100644 --- a/index.html +++ b/index.html @@ -294,7 +294,6 @@ color: #aa0000; font-size: 19px; transition: background .1s ease-in-out; - border-left: 1px solid #aa0000; padding: 7px 15px 7px 15px; } input:focus, textarea:focus, button:hover, button:focus, #intro a:hover, #intro a:focus { @@ -302,6 +301,7 @@ } #intro a:first-of-type { border-radius: 21px 0px 0px 21px; + border-right: 1px solid #aa0000; padding: 7px 15px 7px 18px; } #intro a:last-of-type {