[divan] les fonds blancs deviennent couleur café

This commit is contained in:
Esenjin 2022-03-18 22:45:57 +01:00
parent 57a1fd5fb7
commit c39c894193
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ body {
font-family: "Josefin Sans", sans-serif; font-family: "Josefin Sans", sans-serif;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
background-color: #70685d;
} }
/* line 12, ../../Arafath/CL/Cl November/221. Music/HTML/scss/theme-default.scss */ /* line 12, ../../Arafath/CL/Cl November/221. Music/HTML/scss/theme-default.scss */
@ -105,7 +106,7 @@ p {
font-size: 16px; font-size: 16px;
font-weight: 300; font-weight: 300;
line-height: 28px; line-height: 28px;
color: #727272; color: white;
margin-bottom: 13px; margin-bottom: 13px;
font-family: "Muli", sans-serif; font-family: "Muli", sans-serif;
} }
@ -2011,7 +2012,6 @@ h3 {
padding-bottom: 50px; padding-bottom: 50px;
border-bottom: 1px solid #EFEFEF; border-bottom: 1px solid #EFEFEF;
padding-top: 145px; padding-top: 145px;
background: #fff;
} }
@media (max-width: 767px) { @media (max-width: 767px) {

View File

@ -31,6 +31,7 @@
margin-left: 15%; margin-left: 15%;
padding:15px; padding:15px;
border-radius: 10px; border-radius: 10px;
background-color: #70685d;
} }
input[type=text] { input[type=text] {