Don't hide headline before background image is loaded

This commit is contained in:
Basti 2021-02-25 14:43:43 +01:00
parent ccf7bd8ee8
commit 3055d4502e
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ header h1 {
font-weight: 700;
letter-spacing: 0.5em;
text-transform: uppercase;
background: url(https://kredits.kosmos.org/img/bg-947d3bf6bb15a1a3b07afcba4c307690.jpg);
background: #232323 url(https://kredits.kosmos.org/img/bg-947d3bf6bb15a1a3b07afcba4c307690.jpg);
background-size: cover;
background-repeat: no-repeat;
-webkit-text-fill-color: transparent;