feat: add wiki, online users, style changes, cool 404, ssh fingerprints and new slogans #9

Merged
v0id1st merged 8 commits from io/main:main into main 2026-06-22 20:35:59 +02:00
Showing only changes of commit 168974e6ce - Show all commits

View File

@@ -86,12 +86,12 @@ footer#footer {
justify-content: center;
}
.link {
a[href] {
color: var(--link);
text-decoration: none;
}
.link:hover {
a[href]:hover {
color: var(--link-hover);
}