updated image and primary color

This commit is contained in:
Samuel Philipp 2024-03-14 01:01:27 +01:00
parent 19a87241ee
commit 3c270552a0
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
$primary: #006269;
$primary: #fea500;
$secondary: #444;
@import "bootstrap/scss/bootstrap-grid";
@import "bootstrap/scss/bootstrap-reboot";
@ -655,8 +655,8 @@ footer {
position: absolute;
inset: 30%;
transform: translateY(20%) rotate(-45deg);
border-top: 5px solid #fff;
border-right: 5px solid #fff;
border-top: 5px solid #000;
border-right: 5px solid #000;
}
}