Skip to content

Commit f86d770

Browse files
committed
Add a background color to the jumbotron on the homepage
1 parent d3052bc commit f86d770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: assets/styles/app.scss

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ body#homepage .page-header a.language-selector-dropdown-button .current-language
414414
margin-inline: 5px 10px;
415415
}
416416
body#homepage .jumbotron {
417+
background: var(--secondary-color);
417418
display: flex;
418419
flex-direction: column;
419420
height: 100%;

0 commit comments

Comments
 (0)