added music stats to site
This commit is contained in:
+23
-2
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
text-align: center;
|
||||
background-color: #222222;
|
||||
background-color: #221826;
|
||||
}
|
||||
|
||||
h1,
|
||||
@@ -61,4 +61,25 @@ a {
|
||||
|
||||
a:hover {
|
||||
color: #D0A7DF
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
#nowplayingwidget {
|
||||
position: fixed;
|
||||
bottom: 15px;
|
||||
left: 15px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*colors:
|
||||
#221826
|
||||
#51324A
|
||||
#804C6E
|
||||
#DD7FB6
|
||||
#D0A7DF
|
||||
#DDDDEE
|
||||
*/
|
||||
Reference in New Issue
Block a user