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:
parent
ff58f1f386
commit
91a582a3ad
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue