From 8d53cf5a383f12766f49ba46f10520fc0234010c Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Thu, 8 Jan 2026 20:13:12 +0100 Subject: [PATCH] Update Create Playlist button color to primary --- index.html | 11 ++++------- styles.css | 7 +++++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0690418..0777111 100644 --- a/index.html +++ b/index.html @@ -250,13 +250,10 @@
-
-

My Playlists

-
- - -
-
+
+

My Playlists

+ +
diff --git a/styles.css b/styles.css index dc192bb..37c853e 100644 --- a/styles.css +++ b/styles.css @@ -3850,3 +3850,10 @@ img:not([src]), img[src=''] { } } + +.library-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: var(--spacing-md); +}