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 41c125e commit 51948e3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _includes/openjdk_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,29 @@
div.content a.foojay {
background-color: darkgrey;
}
a:link {
color: #8ed1fc;
background-color: transparent;
text-decoration: underline;
}

a:visited {
color: #8ed1fc;
background-color: transparent;
text-decoration: underline;
}

a:hover {
color: #8ed1fc;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: #8ed1fc;
background-color: transparent;
text-decoration: underline;
}
</style>

<div class="feature-wrapper">
Expand Down

0 comments on commit 51948e3

Please sign in to comment.