Skip to content

Commit

Permalink
Update navbar styles and jumbotron opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
els-390 committed Oct 2, 2024
1 parent 5412459 commit 8bdbe9d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ body {
font-size: 24px;
}

.nav-bar-collapse {
color: #fff;
}

.navbar-item:hover {
cursor: pointer;
}
Expand Down Expand Up @@ -63,6 +67,14 @@ body {
position: relative;
}

.jumbotron {
background: rgba(235, 232, 232, 0.5);
}

.lead {
font-weight: 400;
}

.opaque-overlay {
position: absolute;
top: 0;
Expand Down

0 comments on commit 8bdbe9d

Please sign in to comment.