disabled the gray gradient

This commit is contained in:
mb@mb 2018-05-19 11:28:30 +02:00
parent ab08ec1c28
commit c7b1663e72

View File

@ -39,8 +39,8 @@ body{
margin:0px;
font-size: 14px;
font-family: "serif";
/*background-color: #ccd1cab3;*/
background: linear-gradient(to bottom right, #c2c2c2, #fff7f7, #e4e3e3);
background-color: #ccd1cab3;
/*background: linear-gradient(to bottom right, #c2c2c2, #fff7f7, #e4e3e3);*/
word-break: normal;
}
h1{
@ -108,7 +108,7 @@ header{
line-height: 1.35;
color:white;
background-color: #fb4817;
background: linear-gradient(to bottom, salmon, #ff7f4d, #e2dede);
background: linear-gradient(to bottom, salmon, #ff7f4d, #ccd1cab3);
}
#menu.main{
position: relative;