mirror of
https://github.com/riwiwa/muzi.git
synced 2026-02-28 11:56:57 -08:00
fix spotify connection
This commit is contained in:
@@ -434,3 +434,23 @@
|
||||
color: #8F8;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.info {
|
||||
color: #888;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
a.button {
|
||||
display: inline-block;
|
||||
padding: 10px 20px;
|
||||
background: #1DB954;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 25px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.button:hover {
|
||||
background: #1ed760;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user