aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge.html4
-rw-r--r--static/style.css5
2 files changed, 4 insertions, 5 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>
diff --git a/static/style.css b/static/style.css
index d7e7b62..be935c4 100644
--- a/static/style.css
+++ b/static/style.css
@@ -112,7 +112,6 @@ details {
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
}
-#solver_status {
- color: var(--light-text-color);
- margin-top: 1rem;
+.somewhat-transparent {
+ opacity: 0.78;
}