Files
2025-03-21 09:37:29 +07:00

21 lines
349 B
SCSS

html {
.bg-success {
color: white !important;
}
.bg-primary {
color: $white !important;
}
.bg-secondary {
color: $white !important;
}
.bg-warning {
color: $white !important;
}
}
.border,
.v-divider {
border-color: rgba(var(--v-border-color), 1) !important;
}