From 4d47e35ad420cf10eb483da0f64fe3e182128363 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 6 Aug 2018 17:17:22 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 52873f8..37c59b1 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -227,7 +227,7 @@ h1{ #sub_footer{ padding: 0 30px; padding-right:20px; - background:$blue; + background:rgba(0,0,0,0.9); color:rgba(255,255,255,0.9); a{ text-decoration:none; @@ -360,6 +360,7 @@ h2{ font-family:$title_font; //font-weight:400; + text-transform:uppercase; a{ display:inline-block; padding:0 10px; @@ -393,9 +394,9 @@ h1,h2,h3{ font-family:$title_font; //font-weight:400; color:$blue; - text-transform:none; + text-transform:uppercase; } .admin_panel{