adaptation dark mode
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user