aboutsummaryrefslogtreecommitdiff
path: root/src/Thread.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.js')
-rw-r--r--src/Thread.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Thread.js b/src/Thread.js
index fe9efff..5c42aaa 100644
--- a/src/Thread.js
+++ b/src/Thread.js
@@ -137,7 +137,7 @@ class Thread extends Component {
document.title = subject + " - " + currentBoard.name + "@B.a.I";
return (
- <Container className={nightMode ? "inverted" : ""}>
+ <Container className={nightMode ? "thread inverted" : "thread"}>
<Breadcrumb className={nightMode ? "inverted" : ""}>
<Breadcrumb.Section link as={Link} to="/">
Home