Skip to content

Commit

Permalink
Make main section links stand out more
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Oct 23, 2024
1 parent 06d3480 commit 0c196aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/rdoc/generator/template/darkfish/css/rdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--text-color: #505050; /* Dark bluish-grey for text */
--background-color: #fefefe; /* Near white background */
--code-block-background-color: #f6f6f3; /* Slightly darker grey for code blocks */
--link-color: #3f3d56; /* Dark bluish-grey for links */
--link-color: #42405F; /* Dark bluish-grey for links */
--link-hover-color: var(--highlight-color); /* Reddish color on hover */
--border-color: #e0e0e0;; /* General border color */
--source-code-toggle-color: var(--secondary-highlight-color);
Expand Down Expand Up @@ -95,13 +95,11 @@ main .anchor-link:target {
/* 4. Links */
a {
color: var(--link-color);
text-decoration: none;
transition: color 0.3s ease;
}

a:hover {
color: var(--link-hover-color);
text-decoration: underline;
}

a code:hover {
Expand Down

0 comments on commit 0c196aa

Please sign in to comment.