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)
- -