From 042944c3dab05ab4921772ba37f06ba159db98c2 Mon Sep 17 00:00:00 2001 From: Aris Karatarakis Date: Fri, 14 Dec 2018 23:00:27 +0200 Subject: [PATCH] change available colors number and URL (#28166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 140 → 147 available colors changes relevant link from w3schools.com to w3.org --- guide/english/css/colors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/colors/index.md b/guide/english/css/colors/index.md index 620491b1ee..4560111779 100644 --- a/guide/english/css/colors/index.md +++ b/guide/english/css/colors/index.md @@ -19,7 +19,7 @@ CSS Colors is a CSS module that deals with colors, color types, color blending, CSS supports color names, hexadecimal and RGB colors. In addition to the introduction of the `opacity` declaration, colors in CSS3 can now be specified using color names, or RGB, HEX, HSL, RGBA, HSLA values. -HTML supports 140 standard color names. +CSS supports 147 standard color names. ### RGBA