From 069cab90b1ed07cf4618dada354b08f59cd5e8b9 Mon Sep 17 00:00:00 2001 From: Christian Ohlsson Date: Tue, 7 Apr 2026 10:19:32 +0200 Subject: [PATCH] Stilade upp frontend --- css/style.css | 6 ++++++ spotify-recent-oauth.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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
"; }