Remove box-shadow and make bg-color match table (#598)

This commit is contained in:
James Wilson
2025-01-16 11:01:07 +00:00
committed by GitHub
parent 4161d9a2a5
commit 635776328d
3 changed files with 5 additions and 1 deletions
+4
View File
@@ -21,6 +21,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
box-sizing: border-box;
}
html, body {
background-color: #2c2b2b;
}
body {
margin: 0;
padding: 0;