Link to percentage unit.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-19 12:05:31 +00:00
parent dc127dad86
commit 77fcac719f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Color
The `color` rule sets the text color of a widget.
The `color` rule sets the text color of a widget with an optional.
## Syntax
@@ -12,7 +12,7 @@ Use `auto` to automatically choose a color with suitable contrast for readabilit
--8<-- "docs/styles/snippets/color_css_syntax.md"
The optional percentage sets the transparency level.
The optional [percentage](./css_units/percentage.md) sets the transparency level and will override any transparency specified directly in the color.
## Examples