From 408f6ebe87ea32abf578edd6996fec702e477fa7 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 10 Oct 2022 14:20:46 +0200 Subject: [PATCH] feat: use a white header for the timeline --- src/components/Timeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 5965ae2..b2bb928 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -193,7 +193,7 @@ width: calc( 100% - #{1*2rem} ); margin-top: 1rem; - background: #564ba4; + background: #eee; // background: linear-gradient(to top right, #564ba4, #745cfc); border-radius: 1rem / 1rem;