added date and author to news in sidebar

This commit is contained in:
2026-04-24 17:08:32 +02:00
parent 5cadc5c1b4
commit 62ae9f18b0
2 changed files with 6 additions and 4 deletions

View File

@@ -368,6 +368,7 @@ html, body {
News Items (Sidebar Tab)
----------------------------------------------------------------- */
.news-item {
font-size: 0.8rem;
padding: var(--space-md);
margin-bottom: var(--space-sm);
background: var(--color-surface);
@@ -376,10 +377,8 @@ html, body {
}
.news-date {
font-size: 0.75rem;
font-size: 0.8rem;
color: var(--color-text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.news-item h3 {