From a09905d3dcd7f84244e94e296ba988de9184806b Mon Sep 17 00:00:00 2001 From: Ciaran Ainsworth <ciaranainsworth@outlook.com> Date: Sat, 1 May 2021 15:36:56 +0100 Subject: [PATCH] Remove superfluous CSS change --- front/src/style/components/_track_table.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/src/style/components/_track_table.scss b/front/src/style/components/_track_table.scss index 596c5c930b..56d518650e 100644 --- a/front/src/style/components/_track_table.scss +++ b/front/src/style/components/_track_table.scss @@ -15,7 +15,5 @@ .track { display: block; line-height: 2; - background: transparent; - color: var(--link-color); } } -- GitLab