diff options
author | Anthony Wang | 2023-10-02 00:48:54 +0000 |
---|---|---|
committer | Anthony Wang | 2023-10-02 00:48:54 +0000 |
commit | a7e970191f762e1e8b38b80b89f450efa30fa682 (patch) | |
tree | 030dd69d841a593520760b46764073e1c48e0317 | |
parent | 6072cde6406ea1aa892fc6d0f14655213168a1ca (diff) |
Don't make all links white, only the secret
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, "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."</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—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> |