adding a small update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user