diff --git a/css/main.css b/css/main.css index fb15f3c..c88a9d3 100644 --- a/css/main.css +++ b/css/main.css @@ -112,7 +112,7 @@ body.crisis #weekPreamble { @apply mt-0; } #hud.player-screen #passageContainer { - @apply mr-0 flex-col p-6 overflow-y-auto bg-neutral-900 bg-opacity-75 rounded-2xl h-full w-full text-neutral-200; + @apply mr-0 flex-col p-6 overflow-y-auto bg-neutral-900 rounded-2xl h-full w-full text-neutral-200; } #hud.player-screen #passageContainer > * { diff --git a/twine_src/css/output.css b/twine_src/css/output.css index 7b8988b..aa742e9 100644 --- a/twine_src/css/output.css +++ b/twine_src/css/output.css @@ -1939,8 +1939,8 @@ body.crisis #weekPreamble{ flex-direction: column; overflow-y: auto; border-radius: 1rem; + --tw-bg-opacity: 1; background-color: rgb(23 23 23 / var(--tw-bg-opacity)); - --tw-bg-opacity: 0.75; padding: 1.5rem; --tw-text-opacity: 1; color: rgb(229 229 229 / var(--tw-text-opacity));