diff --git a/files/en-us/web/css/color_value/index.html b/files/en-us/web/css/color_value/index.html
index 52a2b5af4466ae2..de17f975ef2c2eb 100644
--- a/files/en-us/web/css/color_value/index.html
+++ b/files/en-us/web/css/color_value/index.html
@@ -1183,7 +1183,7 @@
Mozilla System Color Extensions
-moz-win-accentcolor
- Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.
+ Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.
-moz-win-accentcolortext
@@ -1335,8 +1335,8 @@ RGB transparency variations
rgba(51, 170, 51, 1) /* full opaque green */
/* Whitespace syntax */
-rgba(51 170 51 / 0.4) /* 40% opaque green */
-rgba(51 170 51 / 40%) /* 40% opaque green */
+rgba(51 170 51 / 0.4) /* 40% opaque green */
+rgba(51 170 51 / 40%) /* 40% opaque green */
/* Functional syntax with floats value */
rgba(255, 0, 153.6, 1)