Browse Source

disabled the gray gradient

master
mb@mb 6 years ago
parent
commit
c7b1663e72
  1. 6
      theme/wttf/static/main.css

6
theme/wttf/static/main.css

@ -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;

Loading…
Cancel
Save