diff --git a/code/modules/client/darkmode.dm b/code/modules/client/darkmode.dm
index f24052980be..d251b70fc7a 100644
--- a/code/modules/client/darkmode.dm
+++ b/code/modules/client/darkmode.dm
@@ -78,7 +78,6 @@ Thanks to spacemaniac and mcdonald for help with the JS side of this.
winset(src, "outputwindow", "text-color = #000000;text-color = #8ba5c4")
winset(src, "mainwindow", "background-color = none;background-color = #202020")
winset(src, "split", "background-color = none;background-color = #202020")
- winset(src, "input", "background-color = none;background-color = #202020")
//Buttons
winset(src, "changelog", "background-color = none;background-color = #494949")
winset(src, "changelog", "text-color = #000000;text-color = #99aab5")
diff --git a/code/modules/goonchat/browserassets/html/browserOutput.html b/code/modules/goonchat/browserassets/html/browserOutput.html
index 69957739803..28387724fed 100644
--- a/code/modules/goonchat/browserassets/html/browserOutput.html
+++ b/code/modules/goonchat/browserassets/html/browserOutput.html
@@ -5,7 +5,7 @@
-
+
@@ -55,4 +55,4 @@