updated colors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-01-11 16:29:21 +01:00
parent dd0123bf94
commit 7acfdcf441
6 changed files with 13 additions and 11 deletions

View file

@ -1,7 +1,11 @@
$primary: #490e0a;
$primary: #006269;
$secondary: #444;
@import "bootstrap/scss/bootstrap";
$icomoon-font-path: "../font";
@import "icons/style";
$flag-icons-path: "../flags";
@import "flag-icons/sass/flag-icons";
@ -29,7 +33,8 @@ header {
bottom: 0;
left: 0;
right: 0;
background: rgba(73, 14, 10, 0.9);
//background: rgba(73, 14, 10, 0.9);
background-color: rgba($secondary, 0.9);
}
.profile-thumb {
@ -71,10 +76,6 @@ section {
clear: both;
}
.bg-primary {
background: $primary;
}
.heading {
margin-bottom: 5em;
}
@ -402,6 +403,7 @@ section {
#services, #interests {
color: #fff;
background-image: url(../img/bg.jpg);
}
.interest {