Remove unused CSS

This commit is contained in:
Joakim Hellsén 2023-01-17 03:41:31 +01:00
commit 904e4955a8
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D

View file

@ -5,9 +5,3 @@ body {
.border {
background: #161616;
}
/* Used in feed.html for minimizing the height when expanding the summary and content */
.summary {
max-height: 450px;
overflow-y: auto
}