modify color and background image in desktop version

This commit is contained in:
MaysWind
2025-08-31 00:20:17 +08:00
parent 8154bd712b
commit 20e2444307
22 changed files with 996 additions and 1278 deletions
+31
View File
@@ -103,6 +103,12 @@ input[type=number] {
min-block-size: calc(var(--vh, 1vh) * 100);
}
.v-theme--dark {
.auth-image-background {
background-color: #202122;
}
}
.auth-card {
background-color: rgb(var(--v-theme-surface));
}
@@ -253,6 +259,15 @@ html[dir="rtl"] .bidirectional-switch {
}
}
.v-theme--dark {
.v-btn--variant-elevated,
.v-btn--variant-flat {
&.v-btn--disabled .v-btn__overlay {
opacity: 0.35;
}
}
}
.v-btn {
.v-btn__prepend,
.v-btn__append {
@@ -348,6 +363,22 @@ html[dir="rtl"] .v-img.img-with-direction > img {
color: rgba(var(--v-theme-income), var(--v-medium-emphasis-opacity)) !important;
}
.v-tooltip {
.v-overlay__content {
color: rgb(var(--v-tooltip-color));
}
}
.v-snackbar {
.v-snackbar__content {
color: rgb(var(--v-tooltip-color));
}
.bg-notification-background .v-snackbar__content {
color: rgb(var(--v-theme-on-notification-background)) !important;
}
}
.v-switch.v-switch--inset {
.v-switch__track {
min-width: 1.875rem !important;