Enhance contrast of notification dot

This commit is contained in:
Corinne Durrmeyer 2024-10-15 16:23:55 +02:00
parent d86673156f
commit 48f1cd4a4a
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -1,11 +1,9 @@
@import "colors";
span.notifications { span.notifications {
position: absolute; position: absolute;
width: 8px; width: 8px;
height: 8px; height: 8px;
border-radius: 4px; border-radius: 4px;
background-color: $orange; background-color: var(--background-flat-warning);
} }
.fr-tabs__list span.notifications { .fr-tabs__list span.notifications {