From 990f0e82e75d148f73d09c450019f1f4abff9215 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 17 Feb 2015 22:19:10 +0200 Subject: [PATCH] Color change --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d2f2aec..2922d7f 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@ p { a { text-decoration: none; - color: #C41212; + color: #CF1D1D; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; @@ -123,9 +123,9 @@ a:focus { width: 100%; height: 100%; color: #fff; - background-color: #C41212; - background-image: linear-gradient(90deg, rgba(0,0,0,.04) 50%, transparent 50%), -linear-gradient(rgba(0,0,0,.04) 50%, transparent 50%); + background-color: #CF1D1D; + background-image: linear-gradient(90deg, rgba(0,0,0,.03) 50%, transparent 50%), +linear-gradient(rgba(0,0,0,.03) 50%, transparent 50%); background-size: 25px 25px; } @@ -229,8 +229,8 @@ h1 { } input { - border: #C41212 solid 1px; - color: #C41212; + border: #CF1D1D solid 1px; + color: #CF1D1D; background: none; padding: 7px; width: 78px; @@ -250,13 +250,13 @@ input:focus { border: #C41212 solid 1px; outline: 0; color: #D6D6D6; - background: #C41212; + background: #CF1D1D; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); } #ip { - border: #C41212 solid 1px; + border: #CF1D1D solid 1px; color: #fff; - background: #C41212; + background: #CF1D1D; padding: 7px; margin: 10px 0 0 0; font-size: 12px;