aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-10-17 21:50:49 +0300
committerHenry Jameson <me@hjkos.com>2022-10-17 21:50:49 +0300
commit373fb077a820deae28f494e7d2dc8c19370a54bf (patch)
tree1bb6c0635e7e8777a711d6c491be079c9145f507 /src/components/timeline
parent1435b65e36a21dd3a05a9393803beb7e06bcd4ae (diff)
use new color slot for badges
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index 900bdad3..9fc2aeab 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -10,7 +10,7 @@
top: calc(50% - 4px);
margin-left: 6px;
margin-top: -6px;
- background-color: var(--cGreen);
+ background-color: var(--badgeNeutral);
}
.loadmore-button {