File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7901,19 +7901,20 @@ Overriding a colors from a palette: The 'override-colors!!descriptor' descriptor
7901
7901
This descriptor overrides colors
7902
7902
to the initial color palette represented by this ''@font-palette-values'' rule.
7903
7903
7904
- The specified <<color>> must be an
7905
- [=absolute color=] ,
7906
- otherwise it is invalid.
7907
-
7908
7904
The '@font-palette-values/override-colors' descriptor takes
7909
7905
a comma-separated list of palette index entries and colors.
7910
7906
Each item in the comma-separated list represents a tuple of
7911
7907
an entry into the palette and a color to replace it with.
7912
7908
7909
+ Each specified <<color>> must be an
7910
+ [=absolute color=] ,
7911
+ otherwise the descriptor is invalid.
7912
+
7913
7913
For each key/value pair in the value of this descriptor,
7914
7914
the color with that key in the initial palette (i.e. by using the 'base-palette' descriptor)
7915
7915
is overwritten by the color specified in this descriptor's value.
7916
- A key that is outside the range of indices of the initial palette is ignored.
7916
+ A key that is outside the range of indices of the initial palette is ignored,
7917
+ but does not make the descriptor invalid.
7917
7918
7918
7919
Palette index entries
7919
7920
in the ''@font-palette-values/override-colors'' descriptor
You can’t perform that action at this time.
0 commit comments