fix page background sizing, fix color of h1,h2,h3

master
Harald Wolff 2021-11-17 13:23:33 +01:00
parent b88452bce8
commit 003e6c6515
1 changed files with 9 additions and 1 deletions

View File

@ -25,10 +25,18 @@
.bg-viewport {
background-repeat: no-repeat;
background-size: auto;
background-size: cover;
background-attachment: fixed;
}
h1 {
color: var(--bs-h1);
}
h2, h3 {
color: var(--bs-primary);
}
/*
.top {
background-color: var(--colPrimary);