From 9e526475e7d813f08f3fae6949d98da22bbd23c4 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 22 May 2023 12:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BC=98=E5=8C=96=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/t-calendar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/t-calendar.vue b/src/components/t-calendar.vue index b7823adf..2cbf08ca 100644 --- a/src/components/t-calendar.vue +++ b/src/components/t-calendar.vue @@ -258,6 +258,7 @@ function getContents (day: number) { position: absolute; width: 440px; height: 200px; + color: #faf7e8; top: calc(50vh - 100px); left: calc(50vw - 220px); background: var(--content-bg-2); @@ -335,7 +336,6 @@ function getContents (day: number) { .calendar-source-text { height: 50px; - color: #fff; font-size: 20px; font-family: Genshin-Light, serif; display: flex; @@ -371,7 +371,7 @@ function getContents (day: number) { width: 30px; height: 30px; background: var(--content-bg-2); - color: var(--calendar-item-btn); + color: #546D8B; cursor: pointer; display: flex; justify-content: center;