From af8fe08ec6c77d369eedb76698237af8cc6de1c0 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 27 Jul 2016 13:36:46 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index f0cca9a..89f96a3 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -283,18 +283,18 @@ h3{ text-transform:none; font-weight:500; font-size:26px; - color:white; + color:black; span{ display:block; font-weight:500; font-size:1.6em; - color:white; + color:black; } } p{ max-width:550px; - color:white; + color:black; }