From 0506b8a1c74848b9c818e128afe7c0af9eab0f40 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Mar 2015 18:40:18 -0800 Subject: [PATCH] README: hyperlink CSS color value refs to MDN docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b776693..dd1a7d2 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Sets the colour of the selected text. This method takes one argument: -* **colour**: The colour to set. Any CSS colour value is accepted, e.g. '#f00', or 'hsl(0,0,0)'. +* **colour**: The colour to set. Any [CSS colour value](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) is accepted, e.g. '#f00', or 'hsl(0,0,0)'. Returns self (the Squire instance). @@ -266,7 +266,7 @@ Sets the colour of the background of the selected text. This method takes one argument: -* **colour**: The colour to set. Any CSS colour value is accepted, e.g. '#f00', or 'hsl(0,0,0)'. +* **colour**: The colour to set. Any [CSS colour value](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) is accepted, e.g. '#f00', or 'hsl(0,0,0)'. Returns self (the Squire instance).