Skip to content

Commit

Permalink
Updates to css
Browse files Browse the repository at this point in the history
  • Loading branch information
jennie committed Nov 15, 2023
1 parent 3a2f257 commit 1e82200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 > * {
Expand Down
2 changes: 1 addition & 1 deletion twine_src/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 1e82200

Please sign in to comment.