aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
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 /static/style.css
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 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 2 insertions, 3 deletions
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;
}