Add 'Now' page and update navigation; refine styles and metadata
CI / ci (push) Successful in 29s
CI / ci (pull_request) Successful in 27s
Docker / docker (pull_request) Successful in 17s

This commit is contained in:
2026-03-06 21:00:06 +01:00
parent ab6071a399
commit 79271aa3bf
12 changed files with 390 additions and 11 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ function formatDate(date: Date) {
.container {
max-width: 700px;
width: 100%;
background: rgba(30, 30, 46, 0.8);
background: var(--color-glass);
backdrop-filter: blur(10px);
border: 1px solid var(--color-surface);
border-radius: 8px;
+1 -1
View File
@@ -83,7 +83,7 @@ function formatDate(date: Date) {
.container {
max-width: 700px;
width: 100%;
background: rgba(30, 30, 46, 0.8);
background: var(--color-glass);
backdrop-filter: blur(10px);
border: 1px solid var(--color-surface);
border-radius: 8px;