mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-06 10:11:58 -07:00
@@ -8,6 +8,8 @@ hide:
|
|||||||
|
|
||||||
Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
|
Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
|
||||||
|
|
||||||
|
|
||||||
|
<div class="promo-card-wrapper">
|
||||||
<div class="promo-card">
|
<div class="promo-card">
|
||||||
<h3>Learn</h3>
|
<h3>Learn</h3>
|
||||||
<p>Understand NetAlertX core features, discovery, and alerting concepts</p>
|
<p>Understand NetAlertX core features, discovery, and alerting concepts</p>
|
||||||
@@ -39,6 +41,7 @@ Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
|
|||||||
Contribute on GitHub
|
Contribute on GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,11 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
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;
|
transition: transform 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user