mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
README: hyperlink CSS color value refs to MDN docs
This commit is contained in:
parent
b8df233def
commit
0506b8a1c7
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue