mirror of
https://github.com/jbcr/core.git
synced 2026-04-05 07:42:21 +02:00
10 lines
162 B
CSS
10 lines
162 B
CSS
html, body {
|
|
font-family: 'Source Sans Pro', serif;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
height: 100%;
|
|
background: #F8F8F8;
|
|
margin: 0;
|
|
}
|
|
|