1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/website/maloja.css
2018-12-08 00:01:44 +01:00

9 lines
152 B
CSS

@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
background-color:#111114;
color:beige;
font-family:"Ubuntu";
padding:15px;
}