summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-01-25 12:19:36 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-02-21 16:22:26 +0100
commit91a582a3ad43c11b1806482edf91579fb2f20881 (patch)
tree8d718bf3e5ff27dc60a18565c79d6904fa3196b4 /apps/accessibility/css
parentff58f1f386a3e6db58119b48b88af71507dbfed2 (diff)
downloadnextcloud-server-91a582a3ad43c11b1806482edf91579fb2f20881.tar.gz
nextcloud-server-91a582a3ad43c11b1806482edf91579fb2f20881.zip
Adjust link style to how we do it on log in screeen
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/accessibility/css')
-rw-r--r--apps/accessibility/css/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/accessibility/css/style.scss b/apps/accessibility/css/style.scss
index 001af09c561..b00aa5d06fe 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;
}
}