From ab4753fd1da034cc8abbd41ebb25302dee838222 Mon Sep 17 00:00:00 2001 From: DanielSPham <36108616+DanielSPham@users.noreply.github.com> Date: Thu, 3 Sep 2020 14:10:32 -0700 Subject: [PATCH] Fixed contrast ratio for links in notification area (#179) Co-authored-by: Daniel Si Pham --- less/documentDB.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/documentDB.less b/less/documentDB.less index 3c217e897..bd05ec53b 100644 --- a/less/documentDB.less +++ b/less/documentDB.less @@ -3017,4 +3017,8 @@ settings-pane { .italic { font-style: italic; +} + +.warningErrorContent a { + color: @AccentMediumHigh } \ No newline at end of file