Skip to content

Commit 0c196aa

Browse files
committed
Make main section links stand out more
1 parent 06d3480 commit 0c196aa

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
--text-color: #505050; /* Dark bluish-grey for text */
1717
--background-color: #fefefe; /* Near white background */
1818
--code-block-background-color: #f6f6f3; /* Slightly darker grey for code blocks */
19-
--link-color: #3f3d56; /* Dark bluish-grey for links */
19+
--link-color: #42405F; /* Dark bluish-grey for links */
2020
--link-hover-color: var(--highlight-color); /* Reddish color on hover */
2121
--border-color: #e0e0e0;; /* General border color */
2222
--source-code-toggle-color: var(--secondary-highlight-color);
@@ -95,13 +95,11 @@ main .anchor-link:target {
9595
/* 4. Links */
9696
a {
9797
color: var(--link-color);
98-
text-decoration: none;
9998
transition: color 0.3s ease;
10099
}
101100

102101
a:hover {
103102
color: var(--link-hover-color);
104-
text-decoration: underline;
105103
}
106104

107105
a code:hover {

0 commit comments

Comments
 (0)