Adjust link style to how we do it on log in screeen

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-25 12:19:36 +01:00 committed by John Molakvoæ (skjnldsv)
parent ff58f1f386
commit 91a582a3ad
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 2 deletions

View 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;
}
}