feature: color for counter number

This commit is contained in:
gaelle morin
2020-06-27 17:23:08 +02:00
parent a797804bdf
commit 9cb7977d3b
2 changed files with 5 additions and 6 deletions

View File

@ -102,6 +102,10 @@ solid-notifications {
left: 2.1rem;
top: -3px;
}
span {
color: var(--color-notification-counter-number);
}
}
}
@ -175,12 +179,6 @@ solid-notifications {
display: none;
}
}
.solid-notification__read {
read-badge[data-unread='unread'] {
}
}
}
}
}