diff --git a/docs/assets/images/wgportal_dark.png b/docs/assets/images/wgportal_dark.png index 7260037..b72ec95 100644 Binary files a/docs/assets/images/wgportal_dark.png and b/docs/assets/images/wgportal_dark.png differ diff --git a/docs/assets/images/wgportal_light.png b/docs/assets/images/wgportal_light.png index 9b76aa6..0add328 100644 Binary files a/docs/assets/images/wgportal_light.png and b/docs/assets/images/wgportal_light.png differ diff --git a/docs/theme-overrides/layouts/home.html b/docs/theme-overrides/layouts/home.html index 3ab842e..b9b654d 100644 --- a/docs/theme-overrides/layouts/home.html +++ b/docs/theme-overrides/layouts/home.html @@ -68,7 +68,7 @@ } .tx-hero__image { max-width: 1000px; - min-width: 600px; + min-width: 0; width: 100%; height: auto; margin: 0 auto; @@ -218,7 +218,7 @@ .secondary-section .g .section .component-wrapper .responsive-grid .card { position: relative; - background-color: #fff none repeat scroll 0% 0%; + background-color: #fff; padding: 1.5rem; display: flex; flex-direction: row; @@ -363,7 +363,6 @@

A beautiful and simple UI to manage your WireGuard peers and interfaces

WireGuard Portal is an open source web-based user interface that makes it easy to setup and manage WireGuard VPN connections. It's built on top of WireGuard's official wgctrl library.

-