ladybird/Base/home/anon/www/palette.html
FalseHonesty b352a6b59d LibWeb: Implement vendor specific CSS color style for System Palette
Add "-libweb-palette-foo-bar" CSS color properties to allow CSS to
style itself using the currently selected System Theme.
2020-05-26 10:17:50 +02:00

10 lines
206 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>System palette css test</title>
</head>
<body>
<p style="color: -libweb-palette-syntax-identifier">All of my text should be the identifier color</p>
</body>
</html>