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

Added total scrobble count stats

This commit is contained in:
Krateng
2018-12-08 00:01:44 +01:00
parent 98c23cd8af
commit e7e4cdebee
7 changed files with 104 additions and 10 deletions

8
website/maloja.css Normal file
View File

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