1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

Base: Add accent-color demo page

Currently this just has checkboxes, though I intend to add support
for more things later :^)
This commit is contained in:
MacDue 2023-03-20 00:11:52 +00:00 committed by Sam Atkins
parent cfc9966654
commit 4b3c38e111
2 changed files with 71 additions and 0 deletions

View file

@ -140,6 +140,7 @@
<li><a href="transform.html">Transforms</a></li>
<li><a href="clip.html">Clip</a></li>
<li><a href="cursor.html">Cursor</a></li>
<li><a href="accent-color.html">accent-color</a></li>
<li><h3>Features</h3></li>
<li><a href="css.html">Basic functionality</a></li>
<li><a href="colors.html">css colors</a></li>