From 9b3b85580fdc55512fcfd7091ef592df8c4595b9 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Fri, 3 May 2024 15:09:20 +0200 Subject: [PATCH] chore: Add comment about deleting stylesheet after merging Add Playlist validation to rules files #978 --- backend/experiment/static/experiment_playlist_validation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/experiment/static/experiment_playlist_validation.css b/backend/experiment/static/experiment_playlist_validation.css index aba23516a..352e12cf1 100644 --- a/backend/experiment/static/experiment_playlist_validation.css +++ b/backend/experiment/static/experiment_playlist_validation.css @@ -1,3 +1,4 @@ +/* TODO: After PR #987 is merged, this file can probably be deleted. */ :root { --default-bg: #f8d7da; --default-fg: #721c24;