From 5a374e865cb26d2802931b494f45ae75c3253b44 Mon Sep 17 00:00:00 2001 From: Mosh Feu Date: Sat, 1 Jul 2023 09:23:05 +0300 Subject: [PATCH] fix(web-platform-05-2023): css color guide link leads to 404 --- src/site/content/en/blog/web-platform-05-2023/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/content/en/blog/web-platform-05-2023/index.md b/src/site/content/en/blog/web-platform-05-2023/index.md index 63e294cd65f..36a615dbc65 100644 --- a/src/site/content/en/blog/web-platform-05-2023/index.md +++ b/src/site/content/en/blog/web-platform-05-2023/index.md @@ -49,7 +49,7 @@ Also included is the `linear()` easing function, which you can learn more about ### CSS Color Level 4 features -Firefox 113 includes the `color()`, `lab()`, `lch()`, `oklab()`, `oklch()`, and `color-mix()` functional notations, along with the forced-color-adjust property. This means that the new color spaces and functions are now supported across all three major engines. You can learn more about these color spaces and functions in the [High definition CSS color guide](/articles/high-definition-css-color-guide/). +Firefox 113 includes the `color()`, `lab()`, `lch()`, `oklab()`, `oklch()`, and `color-mix()` functional notations, along with the forced-color-adjust property. This means that the new color spaces and functions are now supported across all three major engines. You can learn more about these color spaces and functions in the [High definition CSS color guide](https://developer.chrome.com/articles/high-definition-css-color-guide/). {% BrowserCompat 'css.types.color.color-mix' %}