adaptation dark mode

This commit is contained in:
Timi
2025-12-10 15:02:17 +08:00
parent ad755c7d0e
commit 69bf186f0e
11 changed files with 195 additions and 201 deletions

View File

@ -7,9 +7,10 @@
flex-direction: column;
.year {
color: var(--theme-text-secondary);
display: flex;
padding: 16rpx 32rpx;
background: var(--theme-bg-secondary);
background: transparent;
align-items: center;
margin-bottom: 24rpx;
justify-content: space-between;
@ -71,12 +72,12 @@
.day {
display: flex;
position: relative;
background: transparent;
align-items: center;
aspect-ratio: 1;
border-radius: 12rpx;
flex-direction: column;
justify-content: center;
background: var(--theme-bg-card);
.number {
color: var(--theme-text);
@ -97,7 +98,7 @@
&.has-journal {
background: var(--theme-bg-journal);
.day-number {
.number {
color: var(--theme-wx);
font-weight: bold;
}