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.
2 parents 20da0da + f730435 commit fdaa5a6Copy full SHA for fdaa5a6
lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -96,6 +96,8 @@ main .anchor-link:target {
96
a {
97
color: var(--link-color);
98
transition: color 0.3s ease;
99
+ text-decoration: underline;
100
+ 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