mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
9 lines
152 B
CSS
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;
|
|
}
|