adding file upload & tags

This commit is contained in:
2026-05-12 09:52:15 +02:00
parent 494f30d6c3
commit 988da11f80
10 changed files with 366 additions and 9 deletions
+24
View File
@@ -256,4 +256,28 @@ kbd {
font-size: .65rem;
text-transform: uppercase;
letter-spacing: .03em;
}
/* Attachments */
.attachments-list {
border-top: 1px solid var(--neptune-border);
padding-top: .35rem;
margin-top: .35rem;
}
.attachment-item {
border-bottom: 1px solid rgba(30, 42, 69, 0.5);
}
.attachment-item:last-child {
border-bottom: none;
}
.attachment-item a {
color: var(--neptune-accent);
}
.attachment-item a:hover {
color: #60a5fa;
text-decoration: underline !important;
}