Compare commits

..

2 Commits

Author SHA1 Message Date
Helen Chong 657c7530ad Fix smooth scrolling setting 2024-07-18 20:13:49 +08:00
Helen Chong ab3fb6a6e8 Remove stray closing anchor tag 2024-07-18 20:13:03 +08:00
2 changed files with 3 additions and 5 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>)</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>)
</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,8 +1,6 @@
/* GENERAL STYLES */
html {
@media (prefers-reduced-motion: no-preference) {
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: no-preference) {
html { scroll-behavior: smooth; }
}
body {