From 3055d4502ef8bd6ad6885d7a83274443b7b02801 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 25 Feb 2021 14:43:43 +0100 Subject: [PATCH] Don't hide headline before background image is loaded --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 5868ca0..961437e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -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;