@Rhidian, the borders was too distracting so I removed them. Ignore my colors
Screenshot for the light theme:
Screenshot for the dark theme:
I added this to Common > CSS
:
// Personal Message Bubble Component - No border
.archetype-private_message .topic-body .contents {
border: none !important;
}