From edb61e056928141a86c4a9d51f7842fc86394fa9 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Wed, 17 May 2017 00:43:02 +0200 Subject: [PATCH] Remove white color from remake/trusted/aplus --- public/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 9d95bc30..03f1c3ad 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -14,7 +14,7 @@ box-shadow: 0px 0px 30px 10px rgba(240, 176, 128, 0.6); } .row.remake { margin-bottom: 0.5rem; -color: white; +color: rgb(119, 94, 140); padding:2px 0; } .container.trusted { @@ -22,7 +22,7 @@ box-shadow: 0px 0px 30px 10px rgba(163, 233, 164, 0.6); } .row.trusted { margin-bottom: 0.5rem; -color: white; +color: rgb(119, 94, 140); padding:2px 0; } .container.aplus { @@ -30,7 +30,7 @@ box-shadow: 0px 0px 30px 10px rgba(129, 211, 250, 0.6); } .row.aplus { margin-bottom: 0.5rem; -color: white; +color: rgb(119, 94, 140); padding:2px 0; }