css: unapply redundant bg on section
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled

This commit is contained in:
Jacky Zhao 2025-06-03 10:57:07 -07:00
parent 499adf4a4e
commit ae0466eedb

View File

@ -11,8 +11,7 @@ html {
width: 100vw; width: 100vw;
} }
body, body {
section {
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
background-color: var(--light); background-color: var(--light);