diff --git a/styles/threads.less b/styles/threads.less index 5fcc404..35f84cc 100644 --- a/styles/threads.less +++ b/styles/threads.less @@ -105,6 +105,9 @@ &.keyboard-cursor { background-color: #CCDDE4 !important; } + &.unread { + background-color: #E9F4FB !important; + } } } }