We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
text-underline-offset
em
1 parent d9c0a65 commit f730435Copy full SHA for f730435
lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -97,7 +97,7 @@ a {
97
color: var(--link-color);
98
transition: color 0.3s ease;
99
text-decoration: underline;
100
- text-underline-offset: 2px; /* Make sure it doesn't overlap with underscores in a method name. */
+ text-underline-offset: 0.2em; /* Make sure it doesn't overlap with underscores in a method name. */
101
}
102
103
a:hover {
0 commit comments