feat: separate irc page

This commit is contained in:
Lain Iwakura 2026-05-19 23:22:01 +03:00
parent 227226b291
commit 7f05221b1b
Signed by: lain
GPG key ID: 8160466B2E8D1441
4 changed files with 54 additions and 4 deletions

View file

@ -44,6 +44,21 @@ h1 {
color: var(--muted);
}
.info {
margin-top: 1.5rem;
font-size: 0.85rem;
color: var(--muted);
line-height: 1.8;
}
.info p {
margin: 0;
}
.hl {
color: var(--fg);
}
.uptime {
margin-top: 2rem;
overflow: hidden;