🐛 Serval bug fixes and improvement to web page

This commit is contained in:
2025-07-10 03:08:39 +08:00
parent 99c36ae548
commit be236a27c6
4 changed files with 43 additions and 2 deletions

View File

@ -2228,6 +2228,9 @@
}
}
}
.progress-info {
color: var(--color-info);
}
.text-base-content\/70 {
color: var(--color-base-content);
@supports (color: color-mix(in lab, red, red)) {
@ -2240,6 +2243,9 @@
.text-error {
color: var(--color-error);
}
.text-info {
color: var(--color-info);
}
.text-neutral-content {
color: var(--color-neutral-content);
}