Update styles.css

This commit is contained in:
2022-12-11 21:55:12 +01:00
parent 358f9f08ea
commit d306d8dac9

View File

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