diff --git a/master/assets/images/wgportal_dark.png b/master/assets/images/wgportal_dark.png index 7260037..b72ec95 100644 Binary files a/master/assets/images/wgportal_dark.png and b/master/assets/images/wgportal_dark.png differ diff --git a/master/assets/images/wgportal_light.png b/master/assets/images/wgportal_light.png index 9b76aa6..0add328 100644 Binary files a/master/assets/images/wgportal_light.png and b/master/assets/images/wgportal_light.png differ diff --git a/master/index.html b/master/index.html index 22c92ce..6318023 100644 --- a/master/index.html +++ b/master/index.html @@ -60,7 +60,7 @@ } .tx-hero__image { max-width: 1000px; - min-width: 600px; + min-width: 0; width: 100%; height: auto; margin: 0 auto; @@ -210,7 +210,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; @@ -345,4 +345,4 @@ } -

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.

Get started
Light Mode
Light Mode
Dark Mode
Dark Mode

More information about WireGuard

WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.

WireGuard uses state-of-the-art cryptography and still manages to be as easy to configure and deploy as SSH. A combination of extremely high-speed cryptographic primitives and the fact that WireGuard lives inside the Linux kernel means that secure networking can be very high-speed. It is suitable for both small embedded devices like smartphones and fully loaded backbone routers.

\ No newline at end of file +

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.

Get started
Light Mode
Light Mode
Dark Mode
Dark Mode

More information about WireGuard

WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.

WireGuard uses state-of-the-art cryptography and still manages to be as easy to configure and deploy as SSH. A combination of extremely high-speed cryptographic primitives and the fact that WireGuard lives inside the Linux kernel means that secure networking can be very high-speed. It is suitable for both small embedded devices like smartphones and fully loaded backbone routers.

\ No newline at end of file diff --git a/master/theme-overrides/layouts/home.html b/master/theme-overrides/layouts/home.html index 3ab842e..b9b654d 100644 --- a/master/theme-overrides/layouts/home.html +++ b/master/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.

-