diff --git a/docs/index.md b/docs/index.md index 59ad6b0e..bc0b0ce9 100755 --- a/docs/index.md +++ b/docs/index.md @@ -8,36 +8,39 @@ hide: Guides and resources to help you set up, configure, and troubleshoot NetAlertX. -
-

Learn

-

Understand NetAlertX core features, discovery, and alerting concepts

- - Explore Features - -
-
-

Install

-

Step-by-step installation guides for Docker, Home Assistant, Unraid, and bare-metal setups

- - View Installation Guides - -
+
+
+

Learn

+

Understand NetAlertX core features, discovery, and alerting concepts

+ + Explore Features + +
-
-

Notifications

-

Learn how NetAlertX provides device presence, alerting, and compliance-friendly monitoring

- - Explore Notifications - -
+
+

Install

+

Step-by-step installation guides for Docker, Home Assistant, Unraid, and bare-metal setups

+ + View Installation Guides + +
-
-

Contribute

-

Source code, development environment setup, and contribution guidelines

- - Contribute on GitHub - +
+

Notifications

+

Learn how NetAlertX provides device presence, alerting, and compliance-friendly monitoring

+ + Explore Notifications + +
+ +
+

Contribute

+

Source code, development environment setup, and contribution guidelines

+ + Contribute on GitHub + +
![Preview](./img/devices_split.png) diff --git a/docs/stylesheets/custom.css b/docs/stylesheets/custom.css index 96193faa..bf526cb5 100644 --- a/docs/stylesheets/custom.css +++ b/docs/stylesheets/custom.css @@ -31,7 +31,11 @@ display: flex; flex-direction: column; align-items: flex-start; - background-color: var(--md-primary-bg-color--light); + background-color: color-mix( + in srgb, + var(--md-primary-fg-color) 8%, + transparent + ); transition: transform 0.2s ease; }