mirror of
https://github.com/status-im/whispervis.git
synced 2025-02-01 16:04:56 +00:00
12 lines
220 B
CSS
Vendored
12 lines
220 B
CSS
Vendored
body {
|
|
background: #c0c0c0 -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f0f0f0)) no-repeat;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
h1 {
|
|
font-family: "Helvetica Neue";
|
|
font-weight: 300;
|
|
}
|
|
|