first belajar git
This commit is contained in:
21
scss/_override.scss
Normal file
21
scss/_override.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user