From 91a582a3ad43c11b1806482edf91579fb2f20881 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 25 Jan 2019 12:19:36 +0100 Subject: [PATCH] Adjust link style to how we do it on log in screeen Signed-off-by: Jan-Christoph Borchardt --- apps/accessibility/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/accessibility/css/style.scss b/apps/accessibility/css/style.scss index 001af09c56..b00aa5d06f 100644 --- a/apps/accessibility/css/style.scss +++ b/apps/accessibility/css/style.scss @@ -2,11 +2,11 @@ // Proper highlight for links and focus feedback #accessibility a { - border-bottom: 1px dotted; + font-weight: bold; &:hover, &:focus { - border-bottom-style: solid; + text-decoration: underline; } }