history, reduced-motion, editable name box, an easter egg

This commit is contained in:
Rhiannon Morris 2024-12-13 03:14:37 +01:00
parent d52151e787
commit 0a59aa66f6
14 changed files with 782 additions and 127 deletions

16
rainbow-quox/close.svg Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
width="25" height="25" viewBox="0 0 65 65">
<title>close</title>
<defs>
<linearGradient id="cross-gradient" y1="100%" y2="0%">
<stop offset="20%" stop-color="hsl(60 90% 95%)" />
<stop offset="100%" stop-color="hsl(60 80% 90%)" />
</linearGradient>
</defs>
<path fill="url(#cross-gradient)" transform='rotate(45 32.5 32.5)'
d="M 27.5,0 v 27.5 h -27.5 v 10 h 27.5 v 27.5 h 10
v -27.5 h 27.5 v -10 h -27.5 v -27.5 z" />
</svg>

After

Width:  |  Height:  |  Size: 549 B