fix: Missing logo
Some checks failed
Build and Deploy Dark-theme Static Site / build (push) Successful in 1m5s
Build and Deploy Pride-Theme Static Site / build (push) Failing after 1m5s
Build and Deploy Static Site / build (push) Successful in 59s

This commit is contained in:
Kumi 2025-05-08 14:05:05 +02:00
parent c5443ff459
commit e68a9f5ea3
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -94,6 +94,10 @@ header.bg-primary-gradient .fancy-text-primary {
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
#smallLogoContainer {
background-image: url(../../img/logo-inv_grad.svg);
}
.bs-icon.bs-icon-primary {
background-color: var(--accent-yellow);
color: var(--europe-blue);