Reminders in the past are now shown in red

This commit is contained in:
kolaente 2018-11-26 00:24:20 +01:00
parent f4e84d4497
commit fe1b5a1af8
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 7 additions and 2 deletions

View file

@ -127,6 +127,10 @@ h1,h2,h3,h4,h5,h6{
.reminder-input{
margin: 0;
&.overdue input{
color: $red;
}
&:last-child {
margin-bottom: 0.75rem;
}