8 lines
229 B
Sass
8 lines
229 B
Sass
/* You can add global styles to this file, and also import other style files */
|
|
|
|
.navbar
|
|
background-color: var(--bs-dark) !important
|
|
|
|
[data-bs-theme="dark"] &
|
|
background-color: var(--bs-dark-bg-subtle) !important
|