diff options
| author | Sam Bostock <sambostock@users.noreply.github.com> | 2024-10-07 07:25:55 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-10-07 11:25:59 +0000 |
| commit | c818606d843cab19e8eab22cc3298484b38b343e (patch) | |
| tree | 74705925a8b15f108e8dc2bc90f7b0a558167d38 | |
| parent | 67591b545ce2b4c15bcf9ef813576954d7e2bf4f (diff) | |
[ruby/rdoc] Use normal `font-weight` for links
(https://github.com/ruby/rdoc/pull/1188)
https://github.com/ruby/rdoc/commit/b53f0cb2ed
| -rw-r--r-- | lib/rdoc/generator/template/darkfish/css/rdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 7a42e62522..772a06b85b 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -92,7 +92,6 @@ h6:target { color: var(--link-color); text-decoration: none; transition: color 0.3s ease; - font-weight: 600; /* Make links bolder */ } :link:hover, |
