whispervis/css/custom.css

12 lines
220 B
CSS
Raw Normal View History

2018-09-05 16:53:09 +03:00
body {
2018-10-20 14:47:19 +02:00
background: #c0c0c0 -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f0f0f0)) no-repeat;
2018-09-05 16:53:09 +03:00
padding-left: 10px;
padding-right: 10px;
}
h1 {
font-family: "Helvetica Neue";
font-weight: 300;
}