diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 5 |
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; } |