Skip to content

Commit e33f6aa

Browse files
committed
switch to hdr instead of hd
1 parent c2e009c commit e33f6aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradient.style
22

3-
HD Gradient generator. Available at [gradient.style](https://gradient.style/)
3+
HDR Gradient generator. Available at [gradient.style](https://gradient.style/)
44

55
## Developing
66

src/components/ColorPicker.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ let gamut = $derived(whatsTheGamutDamnit($picker_value))
265265
<option>hsl</option>
266266
<option>hwb</option>
267267
</optgroup>
268-
<optgroup label="HD">
268+
<optgroup label="HDR">
269269
<option>display-p3</option>
270270
<option>a98-rgb</option>
271271
</optgroup>
272-
<optgroup label="Ultra HD">
272+
<optgroup label="Ultra HDR">
273273
<option>lab</option>
274274
<option>lch</option>
275275
<option selected>oklch</option>

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</script>
44

55
<svelte:head>
6-
<title>CSS HD Gradients</title>
6+
<title>CSS HDR Gradients</title>
77
<meta name="description" content="Wide gamut Color 4 compliant CSS gradient builder." />
88
<meta id="browsertheme" name="theme-color" content="#ff00ff">
99
</svelte:head>

0 commit comments

Comments
 (0)