This commit is contained in:
2026-05-17 17:36:35 +02:00
parent 74051f89ad
commit e9391a6740
2 changed files with 22 additions and 0 deletions

View File

@@ -115,6 +115,17 @@
<section class="box">
<h2>Tools</h2>
<ul class="links">
<li>
<a href="https://auth.krzak.org" class="link auth-link">
<strong>Unified Krzak.org account</strong>
<span
>Authentik
<small class="experimental"
>experimental</small
></span
>
</a>
</li>
<li>
<a href="https://mail.krzak.org" class="link">
<strong>Mail</strong>

View File

@@ -423,6 +423,17 @@ li.support-row a.button,
text-decoration: underline;
}
.experimental {
display: inline-block;
font-size: 0.7em;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--accent-color);
vertical-align: middle;
margin-left: 4px;
}
.librecounter img {
height: 44px;
opacity: 0.9;