Account
This commit is contained in:
11
index.html
11
index.html
@@ -115,6 +115,17 @@
|
|||||||
<section class="box">
|
<section class="box">
|
||||||
<h2>Tools</h2>
|
<h2>Tools</h2>
|
||||||
<ul class="links">
|
<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>
|
<li>
|
||||||
<a href="https://mail.krzak.org" class="link">
|
<a href="https://mail.krzak.org" class="link">
|
||||||
<strong>Mail</strong>
|
<strong>Mail</strong>
|
||||||
|
|||||||
11
styles.css
11
styles.css
@@ -423,6 +423,17 @@ li.support-row a.button,
|
|||||||
text-decoration: underline;
|
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 {
|
.librecounter img {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|||||||
Reference in New Issue
Block a user