From 93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Aug 2023 01:16:37 +0800 Subject: ... --- FrontEnd/src/pages/timeline/TimelinePostCard.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'FrontEnd/src/pages/timeline/TimelinePostCard.css') diff --git a/FrontEnd/src/pages/timeline/TimelinePostCard.css b/FrontEnd/src/pages/timeline/TimelinePostCard.css index 3a446f44..67b447aa 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostCard.css +++ b/FrontEnd/src/pages/timeline/TimelinePostCard.css @@ -1,7 +1,6 @@ .timeline-post-card { padding: 1em 1em 1em 3em; - color: var(--timeline-post-text-color); - background-color: var(--timeline-post-card-background-color); + background-color: var(--cru-background-color); box-shadow: var(--timeline-post-card-shadow); border-radius: var(--timeline-post-card-border-radius); position: relative; -- cgit v1.2.3