We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07705a commit 79a0e0eCopy full SHA for 79a0e0e
doc/python/supported-colors.md
@@ -53,7 +53,7 @@ fig = go.Figure([
53
fig.show()
54
```
55
56
-The following CSS colors are supported in Plotly.py when a property accepts a named CSS color:
+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).
57
58
```python hide_code=true
59
import plotly.graph_objects as go
0 commit comments