adding a small update

This commit is contained in:
2025-12-27 17:24:03 -06:00
parent e4cd0735ef
commit c26967113c
2 changed files with 13 additions and 1 deletions

View File

@@ -121,6 +121,17 @@ body {
color: var(--text);
}
.notes-card__update {
margin-top: 0.75rem;
padding: 0.6rem 0.9rem;
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.04);
border-radius: 8px;
color: var(--muted);
font-size: 0.95rem;
font-style: italic;
}
.visual-card {
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 28px;