add feature to expand text posts from subreddit view

This commit is contained in:
teddit
2021-01-19 17:21:31 +01:00
parent d4e009ea28
commit 3ea653de22
5 changed files with 68 additions and 0 deletions
+10
View File
@@ -136,6 +136,16 @@ body.dark .score .arrow {
body.dark #links .link .entry .meta a {
color: #c7c7c7;
}
body.dark #links .link .entry .selftext {
background: #0a0a0a;
border: 1px solid #404040;
}
body.dark #links .link .entry details .line {
width: 16px;
margin-top: 3px;
background: black;
border: 1px solid #6f6f6f;
}
body.dark .content .bottom img {
filter: invert(1);
}