Compare commits

..

No commits in common. "657c7530ad623780daa83ca2beb5fa31908f60bb" and "d6e3cc812d2751a40a045b9bc605c0031f0cf0da" have entirely different histories.

2 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<a href="https://wiki.cassettebeasts.com/wiki/Meredith">Meredith Chen</a>
</li>
<li>
My <a href="https://frankie.fanacular.net/otp">One True Pairing</a> is: Sam Wong and Michelle Cheung (<a href="/shrines/asummersend"><cite>A Summers End — Hong Kong 1986</cite></a>)
My <a href="https://frankie.fanacular.net/otp">One True Pairing</a> is: Sam Wong and Michelle Cheung (<a href="/shrines/asummersend"><cite>A Summers End — Hong Kong 1986</cite></a>)</a>
</li>
<li>
<a href="https://starwars.fandom.com/wiki/Juhani">Juhani</a> is the <a href="https://cliques.moudoku.com/guardian">guardian</a> of this website

View File

@ -1,6 +1,8 @@
/* GENERAL STYLES */
@media (prefers-reduced-motion: no-preference) {
html { scroll-behavior: smooth; }
html {
@media (prefers-reduced-motion: no-preference) {
scroll-behavior: smooth;
}
}
body {