make bg-gradient-dark background-image important to override bootstrap

This commit is contained in:
Ryan Prather 2024-12-31 22:58:43 +00:00
parent e207668205
commit 66100f0eaf
2 changed files with 17764 additions and 17766 deletions

View File

@ -24034,7 +24034,7 @@ label,
}
.bg-gradient-dark {
background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
background-image: linear-gradient(195deg, #42424a 0%, #191919 100%) !important;
}
.bg-gradient-faded-primary {
@ -29150,5 +29150,3 @@ pre[class*=language-] {
overflow: auto !important;
}
}
/*# sourceMappingURL=dashboard-free.css.map */

File diff suppressed because one or more lines are too long