diff --git a/site/src/pages/TerminalPage/TerminalPage.tsx b/site/src/pages/TerminalPage/TerminalPage.tsx index b35870b465ff1..933255db028b1 100644 --- a/site/src/pages/TerminalPage/TerminalPage.tsx +++ b/site/src/pages/TerminalPage/TerminalPage.tsx @@ -203,7 +203,7 @@ const TerminalPage: FC<{ {/* This overlay makes it more obvious that the terminal is disconnected. */} {/* It's nice for situations where Coder restarts, and they are temporarily disconnected. */}
- Disconnected + Disconnected
@@ -227,11 +227,16 @@ const useStyles = makeStyles(() => ({ color: "white", fontFamily: MONOSPACE_FONT_FAMILY, fontSize: 18, - backgroundColor: "rgba(0, 0, 0, 0.2)", + backgroundColor: "rgba(0, 0, 0, 0.6)", "&.connected": { opacity: 0, }, }, + overlayText: { + padding: 32, + fontSize: 24, + backgroundColor: "#000", + }, terminal: { width: "100vw", height: "100vh",