From 73b917f036944ec0b0a0a1cee812066eba447cd8 Mon Sep 17 00:00:00 2001 From: aashna27 Date: Wed, 9 Jan 2019 01:48:32 +0530 Subject: [PATCH] Header opens a new page (#619) --- examples/demo.css | 4 ++++ examples/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.