Skip to content

Commit

Permalink
Merge pull request #69 from jxl-community/Adding-HDR-Test-Page
Browse files Browse the repository at this point in the history
Fix to main css file for HDR Test page
  • Loading branch information
kkthompson authored Oct 8, 2024
2 parents 96ff660 + 490dc02 commit 265e05b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/jpeg-xl-test.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ blockquote {
}

.text-xl-light-2.is-centered {
color: #ffffffa6;
color: #ffffffb3;
text-align: center;
letter-spacing: -.025em;
max-width: none;
Expand Down Expand Up @@ -1731,7 +1731,7 @@ blockquote {
}

.text-block {
color: var(--page-black);
color: var(--text--color--text-white);
font-family: Barlow, sans-serif;
font-size: 16px;
font-weight: 600;
Expand Down Expand Up @@ -2267,7 +2267,7 @@ blockquote {
.navbar_dropdown-list {
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
background-color: #ffffffa6;
background-color: #ffffffb3;
display: block;
}

Expand Down Expand Up @@ -3709,7 +3709,7 @@ blockquote {
}

.page-wrapper {
color: var(--page-black);
color: var(--text--color--text-white);
justify-content: flex-start;
height: auto;
min-height: 100dvh;
Expand Down Expand Up @@ -4834,7 +4834,7 @@ blockquote {
}

.text-xl-light-2 {
color: #ffffffa6;
color: #ffffffb3;
font-size: 24px;
line-height: 1.45em;
}
Expand Down

0 comments on commit 265e05b

Please sign in to comment.