diff --git a/assets/scss/base.scss b/assets/scss/base.scss index 6b772ed..6331257 100644 --- a/assets/scss/base.scss +++ b/assets/scss/base.scss @@ -26,7 +26,7 @@ body { nav { background-color: $black; - color: $orange + color: $orange; ul { display: flex; diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index d0aacc0..9c2c8e8 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -1,5 +1,6 @@ @import "/node_modules/bootstrap/scss/functions"; @import "/node_modules/bootstrap/scss/variables"; +@import "/node_modules/bootstrap/scss/variables-dark"; @import "/node_modules/bootstrap/scss/maps"; @import "/node_modules/bootstrap/scss/utilities";