LibWeb/CSS: Set initial value of color property to canvastext

Previously the non-standard value `-libweb-palette-base-text` was used.
This commit is contained in:
Tim Ledbetter 2024-07-05 19:55:07 +01:00 committed by Sam Atkins
parent bd97442771
commit 58589d6250
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00

View file

@ -728,7 +728,7 @@
"affects-layout": false,
"animation-type": "by-computed-value",
"inherited": true,
"initial": "-libweb-palette-base-text",
"initial": "canvastext",
"valid-types": [
"color"
],