diff --git a/examples/demo.css b/examples/demo.css index 95433957..8d7381a4 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -248,3 +248,7 @@ h1 { justify-content: space-between; } } +a.name-header{ + text-decoration: none; + color: #445; +} diff --git a/examples/index.html b/examples/index.html index 21c9bc4d..91481560 100644 --- a/examples/index.html +++ b/examples/index.html @@ -47,7 +47,7 @@
-

Image Sequencer

+

Image Sequencer

A pure JavaScript sequential image processing system, inspired by storyboards. Instead of modifying the original image, it creates a new image at each step in a sequence.