From 52b81f821d52b49cde4811ea77ae9d14090a3df5 Mon Sep 17 00:00:00 2001 From: Martina Maggio <maggio.martina@gmail.com> Date: Mon, 30 Mar 2015 13:48:31 +0200 Subject: [PATCH] Switching to brown: --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index e3124b5..a3ad4fd 100644 --- a/css/style.css +++ b/css/style.css @@ -44,7 +44,7 @@ span.boldtag { #rightside-pink { float:right; width:75%; - background:#FF0066; + background:#500000; min-height: 100%; } #rightside-red { @@ -179,7 +179,7 @@ span.boldtag { #roundedsign-active-pink { border-top-left-radius: 10% 50%; border-bottom-left-radius: 10% 50%; - background:#FF0066; + background:#500000; height:50px; width:200px; line-height:50px; @@ -197,7 +197,7 @@ span.boldtag { #roundedsign-inactive-pink { border-top-left-radius: 10% 50%; border-bottom-left-radius: 10% 50%; - background:#FF0066; + background:#500000; height:50px; width:180px; line-height:50px; -- GitLab