Skip to content

Commit

Permalink
Re-added darkened background to window
Browse files Browse the repository at this point in the history
  • Loading branch information
MTSyntho authored Dec 11, 2024
1 parent 752182f commit 25240bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/window.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

.wb-body {
/* set the width of window border via margin: */
background: hsla(267, 0%, 9%, 0.0); /* Originally 0.314 */
background: hsla(267, 0%, 9%, 0.312);
}

@font-face {
Expand All @@ -69,4 +69,4 @@

.winbox .wb-full {
display: none
}
}

0 comments on commit 25240bc

Please sign in to comment.