Change home backgrounds

pull/7/head
Jannis Portmann 2023-04-26 23:33:59 +02:00
parent c7cd7c80e4
commit ef0add5773
8 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
--bs-nav-tabs-link-active-color: var(--pfl-primary-text);
--bs-heading-color: #000;
--pfl-logo: url('/static/light.png');
--pfl-home-background: url('/static/home/home-light.webp');
}
:root[data-bs-theme='dark'] {
@ -15,6 +16,7 @@
--pfl-primary-border-subtle: var(--pfl-color);
--bs-heading-color: #fff;
--pfl-logo: url('/static/dark.png');
--pfl-home-background: url('/static/home/home-dark.webp');
}
.btn-pfl {
@ -69,7 +71,7 @@ a {
}
.home-background {
background-image: url(/static/home.webp);
background-image: var(--pfl-home-background);
background-size: cover;
background-position: center;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 5.0 MiB

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

Before

Width:  |  Height:  |  Size: 430 KiB

After

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB