mustard: theme: Aggiunta regola per le notifiche già lette.

This commit is contained in:
paul 2020-05-15 20:08:10 +02:00 committed by Giacomo Leidi
parent db3fd262dd
commit 44db4b4aa2

View file

@ -143,7 +143,7 @@ p {
word-break: break-word;
background-color: lightgrey;
background-color: #87DE87;
border-radius: 5px;
}
@ -155,6 +155,10 @@ p {
background-color: #DE8787;
}
#notifs-list div.seen {
background-color: lightgrey;
}
.ourfield {
background-color: #FFB380;
}