chore: feed styles

This commit is contained in:
Cory Dransfeldt 2024-01-08 09:23:45 -08:00
parent 55d0604a08
commit ce742bc970
No known key found for this signature in database

View file

@ -223,7 +223,11 @@ a:active {
}
#background { display: none }
#items { list-style: none }
#items {
list-style: none;
padding: 0;
}
#items li {
border-bottom: 1px solid var(--gray-light);