修改样式

This commit is contained in:
CN-JS-HuiBai
2026-04-04 20:49:37 +08:00
parent 831d1d93c4
commit f67123a41f
2 changed files with 8 additions and 1 deletions

View File

@@ -389,6 +389,7 @@ input:checked + .slider:before {
font-weight: 600;
color: var(--accent-indigo);
opacity: 0.9;
margin-top: 3px;
}
:root.light-theme .title-time {
@@ -547,6 +548,12 @@ input:checked + .slider:before {
padding: 18px 22px 0;
}
.chart-header-left {
display: flex;
align-items: center;
gap: 16px;
}
.chart-title {
display: flex;
align-items: center;