Skip to content

Commit 272f916

Browse files
Make page background lighter
1 parent f6a809b commit 272f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calc-frontend/src/App/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
display: flex;
1212
min-width: 320px;
1313
min-height: 100vh;
14-
background-color: rgba(121, 123, 129, 0.40);
14+
background-color: rgba(121, 123, 129, 0.30);
1515

1616
font-size:100%;
1717
}

0 commit comments

Comments
 (0)