feat: implement theming system with persistence and add new themes

This commit is contained in:
letieu
2025-12-10 06:08:01 +07:00
parent db618b99fc
commit 2e91f3a1c1
16 changed files with 457 additions and 16 deletions

View File

@@ -835,7 +835,8 @@ ol.content li::before {
}
.progress::-webkit-progress-value {
background: var(--primary);
background: var.
--primary);
}
.progress::-moz-progress-bar {
@@ -1221,4 +1222,4 @@ kbd {
line-height: 1;
padding: 2px 6px;
white-space: nowrap;
}
}