mirror of
https://github.com/status-im/whispervis.git
synced 2025-02-13 13:36:45 +00:00
12 lines
233 B
CSS
12 lines
233 B
CSS
body {
|
|
background: #c0c0c0 -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0)) no-repeat;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
height: 1000px;
|
|
}
|
|
|
|
h1 {
|
|
font-family: "Helvetica Neue";
|
|
font-weight: 300;
|
|
}
|