Skip to content

Commit

Permalink
Merge pull request #68 from jxl-community/Adding-HDR-Test-Page
Browse files Browse the repository at this point in the history
CSS fix for wide display in HDR Test page
  • Loading branch information
kkthompson authored Oct 8, 2024
2 parents f11560c + 36656bf commit 96ff660
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/hdr-test-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
position: relative;
margin-top: 20px;
padding: .5em 1.9em;
color: white;
color: var(--text--color--text-white);
font-family: Barlow, sans-serif;
font-size: 18px;
text-transform: uppercase;
Expand Down Expand Up @@ -125,7 +125,7 @@
visibility: hidden;
width: 140px;
background-color: #555;
color: #fff;
color: var(--text--color--text-white);
text-align: center;
border-radius: 6px;
padding: 5px;
Expand Down Expand Up @@ -156,6 +156,7 @@

.text-style-small {
letter-spacing: .01em;
color: var(--text--color--text-white);
}
</style>
<link href="/css/navbar.css" rel="stylesheet" type="text/css">
Expand Down

0 comments on commit 96ff660

Please sign in to comment.