Skip to content

Commit

Permalink
fix: contrast API
Browse files Browse the repository at this point in the history
  • Loading branch information
vycke committed Dec 25, 2024
1 parent c640409 commit 12ea7c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feo.css
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@

.contrast {
background-color: var(--contrast-bg);
color: lch(from var(--contast-bg) calc((49.44 - l) * infinity) 0 0);
color: lch(from var(--contrast-bg) calc((49.44 - l) * infinity) 0 0);
}

.counted:has( > :first-child) {
Expand Down
Loading

0 comments on commit 12ea7c8

Please sign in to comment.