From 0fc5f37ebc1d176bbb01d6ae09f57651d42adc9d Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 11 Dec 2015 23:16:24 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {