Skip to content

Commit

Permalink
Fix banner CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiklein committed Nov 14, 2024
1 parent 08c9912 commit 7041c95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ a[href*="//"]:not([href*="elastisys."])::after {
.md-copyright {
padding: 24px 0;
}

.banner {
text-align: center;
background-color: var(--elastisys-northern-lights-1);
color: var(--elastisys-night-blue);
}

0 comments on commit 7041c95

Please sign in to comment.