diff --git a/docs/assets/homepage.css b/docs/assets/homepage.css index 360c50d..10d2e66 100644 --- a/docs/assets/homepage.css +++ b/docs/assets/homepage.css @@ -1,3 +1,11 @@ +html, body { + margin: 0 !important; + padding: 0 !important; + border: none !important; + box-shadow: none !important; + background: #000 !important; +} + /* Homepage specific styles */ .homepage-container { display: flex; diff --git a/docs/index.html b/docs/index.html index 697ccff..bcbd372 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,6 @@