mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -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 {
|
||||
color: #0366d6;
|
||||
text-decoration: none;
|
||||
border-bottom: solid 1px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
border-bottom: dashed 1px;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
|
Loading…
Reference in a new issue