summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2023-10-02 00:48:54 +0000
committerAnthony Wang2023-10-02 00:48:54 +0000
commita7e970191f762e1e8b38b80b89f450efa30fa682 (patch)
tree030dd69d841a593520760b46764073e1c48e0317
parent6072cde6406ea1aa892fc6d0f14655213168a1ca (diff)
Don't make all links white, only the secret
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 29c1a1f..6eaaef8 100644
--- a/index.html
+++ b/index.html
@@ -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>