]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust link style to how we do it on log in screeen
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 25 Jan 2019 11:19:36 +0000 (12:19 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 21 Feb 2019 15:22:26 +0000 (16:22 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/accessibility/css/style.scss

index 001af09c561b32a7893a69d17a456c2b8cbe4a25..b00aa5d06fef1f87cb0585946a766db82879eff6 100644 (file)
@@ -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;
        }
 }