diff --git a/templates/common.css b/templates/common.css index 8da414a..b66b13c 100644 --- a/templates/common.css +++ b/templates/common.css @@ -2,7 +2,7 @@ body, html { height: 100%; margin: 0; padding: 0; - background-color: lightgrey; + background-color: #f7f7f7; display: flex; } @@ -77,4 +77,3 @@ body, html { gap: 10px; margin-bottom: 20px; } -