From 32e14527c6fed9b6be642af83f8769f18a481583 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 14 Jun 2018 10:31:06 +0100 Subject: [PATCH] Make links readable in v2 alerts --- services/web/public/stylesheets/components/alerts.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/web/public/stylesheets/components/alerts.less b/services/web/public/stylesheets/components/alerts.less index 6ed93d29d4..ecdcba07a8 100755 --- a/services/web/public/stylesheets/components/alerts.less +++ b/services/web/public/stylesheets/components/alerts.less @@ -65,3 +65,10 @@ .alert-danger { .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); } + +.alert when (@is-overleaf = true) { + a { + color: white; + text-decoration: underline; + } +} \ No newline at end of file