From 4f641f657fef5651cdc888880b4f279955e540d6 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sat, 22 Feb 2025 19:05:06 -0500 Subject: [PATCH] Minor tweaks --- static/styles.css | 4 ++++ templates/base.html | 2 +- templates/news.html | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index cc48dc6..d8e46e0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -252,6 +252,10 @@ input[type=file] { opacity: 50%; } +.playlist-name { + text-decoration: none; +} + .draggable-song { box-shadow: 0px 0px 5px 0px; border-radius: 10px; diff --git a/templates/base.html b/templates/base.html index e940141..8a74744 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,7 @@ News - Activity + Create Account diff --git a/templates/news.html b/templates/news.html index 185b802..5c43590 100644 --- a/templates/news.html +++ b/templates/news.html @@ -8,8 +8,8 @@

2025-02-22 - Musical Continuity

The song player now persists between pages as you navigate around the site, so -the music isn't interrupted when you go to someone's profile or comment on a -song! It will continue playing the songs from the original page until you +the music isn't interrupted when you comment on a song or visit someone's +profile! It will continue playing the songs from the original page until you click the play button on a new song.