From fb6a06e0b403bb6f8dabdc6452a8f2cee5faa77e Mon Sep 17 00:00:00 2001 From: paf <paf@titelfrei.de> Date: Tue, 19 Jan 2021 11:02:56 +0100 Subject: [PATCH] make highlight more highlightening --- src/app/shared/alert/alert.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/alert/alert.css b/src/app/shared/alert/alert.css index 075ab6fe..a2dc1c6f 100644 --- a/src/app/shared/alert/alert.css +++ b/src/app/shared/alert/alert.css @@ -25,7 +25,8 @@ } .highlight { - color: #003333 + color: #003333; + font-style: italic; } mat-icon { -- GitLab