diff --git a/src/app/common/components/notification/notification.component.scss b/src/app/common/components/notification/notification.component.scss index 3ab910b..ea6fee0 100644 --- a/src/app/common/components/notification/notification.component.scss +++ b/src/app/common/components/notification/notification.component.scss @@ -5,6 +5,7 @@ border-radius: var(--border-radius-large); background-color: var(--color-error-lightest); color: var(--color-error-darkest); + opacity: 0.9; font-size: var(--text-small); } diff --git a/src/app/pages/server/server.component.html b/src/app/pages/server/server.component.html index 794f1b5..49acfb9 100644 --- a/src/app/pages/server/server.component.html +++ b/src/app/pages/server/server.component.html @@ -57,7 +57,7 @@ >All events -
+
@for (event of (eventsDisplay() === 'active' ? activeEvents(): events() ); track event.id) {