Skip to content

Commit

Permalink
Update openjdk_panel.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gothamgo authored Jun 17, 2024
1 parent c7827f9 commit 41c125e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/openjdk_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #141932;
background-color: #37474f;
}
div.feature {
display: flex;
Expand All @@ -17,19 +17,19 @@
}
div.feature p {
color: #F7F7F7;
background-color: #141932;
background-color: #37474f;
}
div.feature h3 {
color: #F7F7F7;
background-color: #141932;
background-color: #37474f;
}
div.feature h1 {
color: #F7F7F7;
background-color: #141932;
background-color: #37474f;
}
div.feature h2 {
color: #F7F7F7;
background-color: #141932;
background-color: #37474f;
}
div.feature-image img {
padding: 3px 0px 0px 0px;
Expand Down

0 comments on commit 41c125e

Please sign in to comment.