mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 04:27:35 +00:00

Add "-libweb-palette-foo-bar" CSS color properties to allow CSS to style itself using the currently selected System Theme.
9 lines
206 B
HTML
9 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>
|