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{