diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 21:30:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 21:30:44 +0800 |
commit | 0a33d09c241593b5635bc2f9c313d76b4f6dd2fe (patch) | |
tree | 4c5d073eeb33950bc35f0656da3307967bd23ecc /challenge.html | |
parent | README.md: Clearer statement of goals (diff) | |
download | powxy-0a33d09c241593b5635bc2f9c313d76b4f6dd2fe.tar.gz powxy-0a33d09c241593b5635bc2f9c313d76b4f6dd2fe.tar.zst powxy-0a33d09c241593b5635bc2f9c313d76b4f6dd2fe.zip |
Remove somewhat-transparent
Diffstat (limited to 'challenge.html')
-rw-r--r-- | challenge.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge.html b/challenge.html index 76bb479..77e1eed 100644 --- a/challenge.html +++ b/challenge.html @@ -44,11 +44,11 @@ {{- end }} <section> - <p class="somewhat-transparent" id="solver_status">JavaScript seems to be disabled. You must solve the challenge externally.</p> + <p id="solver_status">JavaScript seems to be disabled. You must solve the challenge externally.</p> </section> <section> - <p class="somewhat-transparent"><a href="/.powxy/static/solver.c">A C implementation of the challenge solver</a> is available.</p> + <p><a href="/.powxy/static/solver.c">A C implementation of the challenge solver</a> is available.</p> </section> </main> </body> |