adding file upload & tags
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user