Skip to content

Commit f730435

Browse files
committed
Increase text-underline-offset value with em unit
1 parent d9c0a65 commit f730435

File tree

1 file changed

+1
-1
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ a {
9797
color: var(--link-color);
9898
transition: color 0.3s ease;
9999
text-decoration: underline;
100-
text-underline-offset: 2px; /* Make sure it doesn't overlap with underscores in a method name. */
100+
text-underline-offset: 0.2em; /* Make sure it doesn't overlap with underscores in a method name. */
101101
}
102102

103103
a:hover {

0 commit comments

Comments
 (0)