/* Rules for messages pages */
.messages {
- .inbox-row {
- background: $offwhite;
- }
-
.inbox-row-unread td {
background: #CBEEA7;
}
/* Rules for rich text */
-.richtext,
-.prose {
+.richtext {
code {
background: var(--bs-secondary-bg);
padding: 2px 3px;