enhancement(renderer): improve accessibility of links

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2024-03-25 13:36:10 +01:00
parent 1fd6e4e1b1
commit 1e8590da6c

View file

@ -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 {