diff --git a/css/style.css b/css/style.css index c9e70ca..684f206 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,9 @@ .sro-block img { width: 300px; } +.sro-block .song { + font-weight: bold; +} +.sro-block .last_played { + color: #ff8f3f; +} diff --git a/spotify-recent-oauth.php b/spotify-recent-oauth.php index b05397e..9c8679d 100644 --- a/spotify-recent-oauth.php +++ b/spotify-recent-oauth.php @@ -105,8 +105,8 @@ function sro_render_block() { return "
-
$artist – $track
-
Spelades för $mins minuter sedan
+
$artist – $track
+
Spelades för $mins minuter sedan
"; }