fix: old post border color

This commit is contained in:
Cory Dransfeldt 2024-07-28 14:53:35 -07:00
parent 7dc424ef5a
commit 48c3125080
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@
}
&.old-post {
--border-color: var(--gray-light);
--border-color: var(--gray-dark);
}
&.rss {