From 2ab51a4ccbf5a247d7eb110fe8a07130bd9afe3a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 31 Aug 2022 01:19:18 +0300 Subject: [PATCH] fix veryfaint not applying --- src/components/timeline/timeline.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index ede60a5d..900bdad3 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -13,10 +13,6 @@ background-color: var(--cGreen); } - .loadmore-text { - opacity: 1; - } - .loadmore-button { position: relative }