Skip to content

Commit

Permalink
Restored background on page.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 31, 2023
1 parent 98ffd23 commit 6427f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/app/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@
var(--wordplay-border-width);
z-index: 1;
gap: var(--wordplay-spacing);
background: var(--wordplay-background);
}
.fullscreen:not(:hover) {
opacity: 0.2;
border: none;
background: none;
}
</style>

0 comments on commit 6427f52

Please sign in to comment.