diff --git a/popout.html b/popout.html
index 80bafe4..422ff59 100644
--- a/popout.html
+++ b/popout.html
@@ -49,7 +49,7 @@ body{
overflow-y: auto;
}
-.outMessage {
+.outMessage, .inMessage {
display: flex;
align-items: center;
justify-content: flex-end;
@@ -63,6 +63,11 @@ body{
padding: 2px 5px;
}
+.inMessage {
+ color: var(--discord-text);
+ background-color: var(--discord-grey-7);
+}
+
.outMessage .chat_message {
font-weight: bold;
}