Skip to content

Commit 7169fb5

Browse files
committed
bug #1541 Add a background color to the jumbotron on the homepage (rosier)
This PR was merged into the main branch. Discussion ---------- Add a background color to the jumbotron on the homepage Bootstrap dropped the jumbotron component https://getbootstrap.com/docs/5.3/migration/#jumbotron Commits ------- f86d770 Add a background color to the jumbotron on the homepage
2 parents 2098577 + f86d770 commit 7169fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)