Merge remote-tracking branch 'upstream/pull/4692'

This commit is contained in:
Tom Hughes 2024-04-14 18:38:27 +01:00
commit ba079a12b4
2 changed files with 0 additions and 5 deletions

View file

@ -802,10 +802,6 @@ tr.turn:hover {
/* Rules for messages pages */
.messages {
.inbox-row {
background: $offwhite;
}
.inbox-row-unread td {
background: #CBEEA7;
}

View file

@ -2,7 +2,6 @@
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f8f8ff;
$blue: #7092FF;
$secondary: #888;
$lightblue: #B8C5F0;