From f86d7707c4d76a76c02ba46399ab8c8028896c28 Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Wed, 13 Nov 2024 21:12:58 +0100 Subject: [PATCH] Add a background color to the jumbotron on the homepage --- assets/styles/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/styles/app.scss b/assets/styles/app.scss index 18d4308ae..e7964c882 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -414,6 +414,7 @@ body#homepage .page-header a.language-selector-dropdown-button .current-language margin-inline: 5px 10px; } body#homepage .jumbotron { + background: var(--secondary-color); display: flex; flex-direction: column; height: 100%;