aboutsummaryrefslogtreecommitdiff
path: root/challenge.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-24 21:01:31 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-24 21:01:31 +0800
commit7c441e913027f9aa6db2d2569d59b1f0a6da9f6c (patch)
tree5864978b44ca5049e2f92d310b0fb7cd7185865c /challenge.html
parentREADME.md: Note that the current JS solver requires WebAssembly (diff)
downloadpowxy-7c441e913027f9aa6db2d2569d59b1f0a6da9f6c.tar.gz
powxy-7c441e913027f9aa6db2d2569d59b1f0a6da9f6c.tar.zst
powxy-7c441e913027f9aa6db2d2569d59b1f0a6da9f6c.zip
Adjust opacity and stuff
Diffstat (limited to 'challenge.html')
-rw-r--r--challenge.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge.html b/challenge.html
index cc7f941..1a455a9 100644
--- a/challenge.html
+++ b/challenge.html
@@ -79,11 +79,11 @@
{{- end }}
<section>
- <p id="solver_status">JavaScript seems to be disabled. You must solve the challenge externally.</p>
+ <p class="somewhat-transparent" id="solver_status">JavaScript seems to be disabled. You must solve the challenge externally.</p>
</section>
<section>
- <p><a href="/.powxy/static/solver.c">A C implementation of the challenge solver</a> is available.</p>
+ <p class="somewhat-transparent"><a href="/.powxy/static/solver.c">A C implementation of the challenge solver</a> is available.</p>
</section>
</main>