&color
You can specify the background color independent of the border color
Example:
&color=ffffff
or &color=white
Value | Description |
---|---|
(no value given) | black background |
(HEX) | (color name) | specifies the color of the background |
ffffff | white background |
Do not include the # character with the hex value.
You can specify the background color independent of the border color with
&color
. If using &border
, it will not set the background color, so you may need to use both &border
and &color
.
Last modified 4mo ago