chore: feed styles
This commit is contained in:
parent
55d0604a08
commit
ce742bc970
1 changed files with 5 additions and 1 deletions
6
src/assets/styles/external/feedpress.css
vendored
6
src/assets/styles/external/feedpress.css
vendored
|
@ -223,7 +223,11 @@ a:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
#background { display: none }
|
#background { display: none }
|
||||||
#items { list-style: none }
|
|
||||||
|
#items {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#items li {
|
#items li {
|
||||||
border-bottom: 1px solid var(--gray-light);
|
border-bottom: 1px solid var(--gray-light);
|
||||||
|
|
Reference in a new issue