0
0
Fork 0

Fix a few visual issues with annual reports in web UI (#32807)

This commit is contained in:
Eugen Rochko 2024-11-12 13:35:35 +01:00 committed by GitHub
parent f8e96e761b
commit 32e5e1d3f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 11 deletions

View file

@ -535,3 +535,10 @@ a.sparkline {
::-webkit-scrollbar-thumb {
opacity: 0.25;
}
.notification-group--annual-report {
.notification-group__icon,
.notification-group__main .link-button {
color: var(--indigo-3);
}
}