Don't make all links white, only the secret

This commit is contained in:
Anthony Wang 2023-10-02 00:48:54 +00:00
parent 6072cde640
commit a7e970191f
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -31,7 +31,7 @@
transform-origin: top left;
transform: skewX(-45deg);
}
a {
.secret {
color: white;
}
</style>
@ -49,7 +49,7 @@
<p>long at last, the moment had come. ben qi smiled proudly and said, &quot;congrats ennui! you're now an ioi winner! and now i must fulfill my side of the biconditional. i'm going to reveal to you my secret.&quot;</p>
<p>ennui leaned forward eagerly, her heart pounding with anticipation. finally! she had waited so long, sacrificed so much, suffered through so many robert tarjan nightmares! finally!</p>
<p>ben qi took a deep breath and ponderously whispered in a hushed tone&mdash;oh wait, i must interrupt! you see, dear reader, i cannot reveal to you what ben qi's secret is. why, you ask? well, simply put, unlike ennui, you are not an ioi winner.</p>
<span><a href="secret">the secret</a></span>
<span><a class="secret" href="secret">the secret</a></span>
</div>
</body>
</html>