Skip to content

Commit

Permalink
tweak opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Feb 12, 2024
1 parent c1c196b commit dcac0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/components/styling/HomeScreen.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ div.page {
height: 100%;
top: 0;
background-color: var(--pxt-page-background);
filter: opacity(0.5);
filter: opacity(0.75);
padding: 10px;
width: fit-content;
margin: 0;
Expand Down

0 comments on commit dcac0db

Please sign in to comment.