From c1f301056b291d9da36a3c9508600802b0a7f5af Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 23 Jul 2022 21:16:35 -0700 Subject: [PATCH] More RPine --- packages/client/src/ui/_common_/navbar.vue | 4 ++++ packages/client/src/widgets/activity.chart.vue | 6 +++--- packages/client/src/widgets/calendar.vue | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index dfddfa268e..3c79072a42 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -265,6 +265,10 @@ function more(ev: MouseEvent) { color: var(--fgOnAccent); } + > .text { + margin-left: 1rem; + } + } > .instance { diff --git a/packages/client/src/widgets/activity.chart.vue b/packages/client/src/widgets/activity.chart.vue index b61e419f94..140bd6b59e 100644 --- a/packages/client/src/widgets/activity.chart.vue +++ b/packages/client/src/widgets/activity.chart.vue @@ -4,17 +4,17 @@ :points="pointsNote" fill="none" stroke-width="1" - stroke="#41ddde"/> + stroke="#c4a7e7"/> + stroke="#eb6f92"/> + stroke="#ebbcba"/> ({ &:nth-child(1) { > .meter > .val { - background: #f7796c; + background: #eb6f92; } } &:nth-child(2) { > .meter > .val { - background: #a1de41; + background: #ebbcba; } } &:nth-child(3) { > .meter > .val { - background: #41ddde; + background: #c4a7e7; } } }