mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
enhancement(renderer): improve accessibility of links
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
1fd6e4e1b1
commit
1e8590da6c
1 changed files with 2 additions and 1 deletions
|
@ -140,10 +140,11 @@
|
||||||
a {
|
a {
|
||||||
color: #0366d6;
|
color: #0366d6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
border-bottom: solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
border-bottom: dashed 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
|
Loading…
Reference in a new issue