File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lib/rdoc/generator/template/darkfish/css Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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-to ggle-color : var(- - secondary- highlight- color );
@@ -95,13 +95,11 @@ main .anchor-link:target {
9595/* 4. Links */
9696a {
9797 color : var (--link-color );
98- text-decoration : none;
9998 transition : color 0.3s ease;
10099}
101100
102101a : hover {
103102 color : var (--link-hover-color );
104- text-decoration : underline;
105103}
106104
107105a code : hover {
You can’t perform that action at this time.
0 commit comments