This commit is contained in:
Nicolas Bally 2018-08-07 00:31:39 +02:00
parent cef977f8ad
commit d869f517e7
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,8 @@ $sans_serif_font:"Lato", Arial, sans-serif;
$serif_font : "Roboto Slab", serif; $serif_font : "Roboto Slab", serif;
$cursive_font : 'Galada', cursive; $cursive_font : 'Galada', cursive;
$blue_2:#313E43;
$title_font : "futura-pt", serif; $title_font : "futura-pt", serif;
@import "jquery.bxslider"; @import "jquery.bxslider";
@ -173,7 +175,7 @@ h1{
padding:20px 0; padding:20px 0;
background:no-repeat bottom right; background:no-repeat bottom right;
background-color:$blue; background-color:$blue_2;
background-image:url('/filigrane-left.png'); background-image:url('/filigrane-left.png');
background-size: auto 60%; background-size: auto 60%;
h2{ h2{
@ -227,7 +229,7 @@ h1{
#sub_footer{ #sub_footer{
padding: 0 30px; padding: 0 30px;
padding-right:20px; padding-right:20px;
background:rgba(0,0,0,0.9); background:$blue_2;
color:rgba(255,255,255,0.9); color:rgba(255,255,255,0.9);
a{ a{
text-decoration:none; text-decoration:none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 90 KiB