diff options
author | mat <github@matdoes.dev> | 2022-04-04 22:38:40 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-04-04 22:38:40 -0500 |
commit | cfef6b1c2aaa6321020c36c262471642712afe6b (patch) | |
tree | d242eee3c9ba6b5a91d6235c9dca34bed3b63096 /src | |
parent | 1d1907672bcda4e56093c27c045b6b066d3143cb (diff) | |
download | skyblock-stats-cfef6b1c2aaa6321020c36c262471642712afe6b.tar.gz skyblock-stats-cfef6b1c2aaa6321020c36c262471642712afe6b.tar.bz2 skyblock-stats-cfef6b1c2aaa6321020c36c262471642712afe6b.zip |
credit duckeic ousi ngaming
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> |