Compare commits
No commits in common. "657c7530ad623780daa83ca2beb5fa31908f60bb" and "d6e3cc812d2751a40a045b9bc605c0031f0cf0da" have entirely different histories.
657c7530ad
...
d6e3cc812d
|
@ -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 Summer’s 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 Summer’s 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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue