diff --git a/css/style.css b/css/style.css index e3124b5af376b8ffca534e960e5fd823b6e2835a..a3ad4fd61033f0f069c942fe3c95076b8d8f37d0 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;