diff options
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCard.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelinePostCard.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCard.css b/FrontEnd/src/pages/timeline/TimelinePostCard.css index 67b447aa..f60610c0 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostCard.css +++ b/FrontEnd/src/pages/timeline/TimelinePostCard.css @@ -1,8 +1,9 @@ .timeline-post-card { padding: 1em 1em 1em 3em; - background-color: var(--cru-background-color); + background-color: var(--timeline-post-card-background-color); box-shadow: var(--timeline-post-card-shadow); border-radius: var(--timeline-post-card-border-radius); + border: none; position: relative; z-index: 1; }
\ No newline at end of file |