Update styles.css
This commit is contained in:
@ -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;
|
|
||||||
}
|
|
Reference in New Issue
Block a user