Improve UI

This commit is contained in:
2025-07-17 10:13:05 +08:00
parent 58f6d93f2f
commit bf12285d17
5 changed files with 34 additions and 12 deletions

View File

@@ -316,3 +316,13 @@ body {
.bg-base-100-tr82 {
background-color: rgb(var(--color-base-100-rgb) / 0.82);
}
.bg-base-200-tr82 {
background-color: rgb(var(--color-base-200-rgb) / 0.82);
}
@media (width >= 1024px) {
.lg\:bg-base-100-tr82 {
background-color: rgb(var(--color-base-100-rgb) / 0.82);
}
}