Fixed build

This commit is contained in:
Jeroen De Meerleer 2023-10-12 15:09:07 +02:00
parent 7a04b1b987
commit 529ced6a26
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ body {
nav {
background-color: $black;
color: $orange
color: $orange;
ul {
display: flex;

View File

@ -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";