husstanden/static/css/custom.css

7 lines
156 B
CSS
Raw Normal View History

@import url('https://fonts.googleapis.com/css?family=Poppins');
2019-04-25 22:13:44 +02:00
html, body {
height: 100%;
2019-04-25 17:57:22 +02:00
background-color: #eee;
2019-04-25 19:07:46 +02:00
font-family: "Poppins", sans-serif;
2019-04-25 17:57:22 +02:00
}