Skip to content

Commit

Permalink
Link to index
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Mar 5, 2024
1 parent 2e1e914 commit ffaaaf0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/gamut-mapping/gradients.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ body {
background-color: var(--step-color);
}
}
.footer {
margin-top: 2em;
text-align: center;
}
}
3 changes: 3 additions & 0 deletions apps/gamut-mapping/gradients.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ <h1>Gamut Mapping Gradients</h1>
<mapped-gradient :key="i" :steps="steps" :method="i"/>
</article>
</div>
<div class="footer">
<a href="./index.html">Gamut mapping Playground</a>
</div>
</body>
</html>

0 comments on commit ffaaaf0

Please sign in to comment.