diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/index.svelte | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 4756fed..750ceca 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -92,6 +92,7 @@ </p> <p>Emojis: <a href="//twemoji.twitter.com/">Twemoji</a>.</p> <p>Font: <a href="//brailleinstitute.org/freefont">Atkinson Hyperlegible</a>.</p> + <p class="secret">Thank you to Duckie Cousin Gaming for the idea to add harp leaderboards.</p> </section> </main> @@ -126,4 +127,11 @@ .github > img { width: 2rem; } + + .secret { + color: var(--theme-main-background); + margin: 0; + font-size: 6pt; + margin-top: -0.5rem; + } </style> |