Skip to content

Commit 79a0e0e

Browse files
authored
Update doc/python/supported-colors.md
1 parent a07705a commit 79a0e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/supported-colors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fig = go.Figure([
5353
fig.show()
5454
```
5555

56-
The following CSS colors are supported in Plotly.py when a property accepts a named CSS color:
56+
These colors are supported in Plotly.py when a property accepts a [named CSS colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color).
5757

5858
```python hide_code=true
5959
import plotly.graph_objects as go

0 commit comments

Comments
 (0)