From 7c441e913027f9aa6db2d2569d59b1f0a6da9f6c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 21:01:31 +0800 Subject: Adjust opacity and stuff --- challenge.html | 4 ++-- static/style.css | 5 ++--- 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 }}
-

JavaScript seems to be disabled. You must solve the challenge externally.

+

JavaScript seems to be disabled. You must solve the challenge externally.

-

A C implementation of the challenge solver is available.

+

A C implementation of the challenge solver is available.

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; } -- cgit v1.2.3