home: wip news

This commit is contained in:
Agahnim 2026-03-23 15:27:52 +01:00
parent 5c0a096860
commit 5f348345cd
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
9 changed files with 507 additions and 19 deletions

View file

@ -465,7 +465,35 @@ home-content {
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
}
&#newsbox {
website-news {
display: flex;
flex-direction: column;
gap: 0.6rem;
}
article-entry {
display: flex;
flex-direction: column;
gap: 0.2rem;
padding-bottom: 0.4rem;
border-bottom: 1px dashed #0002;
}
article-entry time {
color: var(--darkerer-pink);
font-weight: bold;
}
article-body {
line-height: 1.3;
}
ominous-message {
font-style: italic;
}
}
badges {