From 83e845f58baf37473a4de57bd85f36a2a4c84d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Sun, 14 Oct 2018 11:49:29 +0200 Subject: [PATCH] Fix: Style current track again --- src/sass/app.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sass/app.sass b/src/sass/app.sass index a55e88e..0aa69a2 100644 --- a/src/sass/app.sass +++ b/src/sass/app.sass @@ -142,8 +142,9 @@ .duration padding-left: .5rem color: $grey-light + font-weight: normal - .is-playing + &.is-playing background-color: $light !important font-weight: bold @@ -213,5 +214,6 @@ td:first-child > div::before color: $grey-light content: counter(track) + font-weight: normal display: inline padding-right: 0.375rem