Skip to content

Commit 3d14c60

Browse files
MewenLeHopya35
andauthored
Improve links style on hover (#795)
* Improve links style on hover * Update src/assets/style.css Co-authored-by: Pierre-Yves Ayoul <[email protected]> --------- Co-authored-by: Pierre-Yves Ayoul <[email protected]>
1 parent e4cd5b0 commit 3d14c60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ pre code {
561561
* For links color accessibility
562562
*/
563563
a:hover {
564-
font-weight: bold;
564+
text-decoration-color: #F15E00;
565+
text-decoration-thickness: .2em;
565566
}
566567

567568
a.breadcrumb-focus:hover {

0 commit comments

Comments
 (0)