From 9c36563c333269cfcda6da311767aadebc5be481 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 16 Aug 2023 22:50:10 +0200 Subject: initial work on track favourites --- asset-sources/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asset-sources/theme.scss') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index faa4f44..864be83 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -118,6 +118,10 @@ strong { } } +.favourite-star { + color: orange; +} + /* Ensure a consistent width of the cells in the browse view. */ .browse-summary th, .browse-summary td { width: 25%; -- cgit v1.2.3