django-refunds/static/default_style.css

16 lines
202 B
CSS
Raw Normal View History

2016-06-03 19:33:12 +02:00
html {
position: relative;
min-height: 100%;
font-size: 16px;
}
body {
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
line-height: 1.5;
}
h1 {
font-weight: bold;
}