Skip to content
Snippets Groups Projects
Commit f59204af authored by benjaminwand's avatar benjaminwand
Browse files

header img bugfix, accent color

parent ef4ae51b
Branches
No related tags found
No related merge requests found
Pipeline #7884 passed
...@@ -205,7 +205,7 @@ header { ...@@ -205,7 +205,7 @@ header {
position: relative; position: relative;
background-image: url("../img/header_img_placeholder.jpg"); background-image: url("../img/header_img_placeholder.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover 100%; background-size: cover;
padding: 1.5em 1em; padding: 1.5em 1em;
} }
...@@ -303,6 +303,7 @@ footer { ...@@ -303,6 +303,7 @@ footer {
#font-selection { #font-selection {
color: #333333; color: #333333;
accent-color: #6600ea;
background: #efefef; background: #efefef;
border-radius: 15px; border-radius: 15px;
border: 1px solid #6600ea; border: 1px solid #6600ea;
...@@ -366,10 +367,6 @@ footer { ...@@ -366,10 +367,6 @@ footer {
flex-basis: 20rem; flex-basis: 20rem;
} }
header {
background-size: 100%;
}
.skiplink { .skiplink {
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0); -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0); clip-path: polygon(0 0, 0 0, 0 0, 0 0);
......
...@@ -46,7 +46,7 @@ header { ...@@ -46,7 +46,7 @@ header {
position: relative; position: relative;
background-image: url("../img/header_img_placeholder.jpg"); background-image: url("../img/header_img_placeholder.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover 100%; background-size: cover;
padding: 1.5em 1em; padding: 1.5em 1em;
} }
...@@ -137,6 +137,7 @@ footer { ...@@ -137,6 +137,7 @@ footer {
} }
#font-selection { #font-selection {
color: $color_light; color: $color_light;
accent-color: $tertiary_light;
background: $bg_light; background: $bg_light;
border-radius: 15px; border-radius: 15px;
border: 1px solid $tertiary_light; border: 1px solid $tertiary_light;
...@@ -198,9 +199,6 @@ align-self: center; ...@@ -198,9 +199,6 @@ align-self: center;
main > * { main > * {
flex-basis: 20rem; flex-basis: 20rem;
} }
header {
background-size: 100%;
}
.skiplink { .skiplink {
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0); -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0); clip-path: polygon(0 0, 0 0, 0 0, 0 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment