From e200045a292d9a4db59f3d7ee4b93e88e691f039 Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 5 Sep 2023 19:23:41 +0200 Subject: [PATCH] chore(learn): Remove legacy syntax for rgb()/rgba() --- learn/values-units/color-rgb.html | 28 ++++++++++++++-------------- learn/values-units/color-rgba.html | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/learn/values-units/color-rgb.html b/learn/values-units/color-rgb.html index c77cb530..d9669f2f 100644 --- a/learn/values-units/color-rgb.html +++ b/learn/values-units/color-rgb.html @@ -17,15 +17,15 @@ @@ -33,31 +33,31 @@
-
rgb(2,121,139)
-
rgb(197,93,161)
-
rgb(18,138,125)
+
rgb(2 121 139)
+
rgb(197 93 161)
+
rgb(18 138 125)
- - diff --git a/learn/values-units/color-rgba.html b/learn/values-units/color-rgba.html index 2c96d26f..c10d64e4 100644 --- a/learn/values-units/color-rgba.html +++ b/learn/values-units/color-rgba.html @@ -21,15 +21,15 @@ @@ -37,31 +37,31 @@
-
rgba(2, 121, 139, .3)
-
rgba(197, 93, 161, .7)
-
rgba(18, 138, 125, .9)
+
rgb(2 121 139 / .3)
+
rgb(197 93 161 / .7)
+
rgb(18 138 125 / .9)
- -