Skip to content

Commit ad056f4

Browse files
drottsvgeesus
authored andcommitted
Remove currentcolor from override-colors: example
Current color excluded from possible values for override-colors: entries, see discussion in w3c#7010
1 parent dca8844 commit ad056f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6492,7 +6492,7 @@ Specifying the base palette: the 'base-palette' descriptor</h4>
64926492
base-palette: 1;
64936493
override-colors:
64946494
0 rgb(123, 64, 27),
6495-
1 currentColor,
6495+
1 darkblue,
64966496
2 var(--highlight);
64976497
}
64986498
</pre>

0 commit comments

Comments
 (0)