File tree 1 file changed +1
-3
lines changed
lib/rdoc/generator/template/darkfish/css
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 16
16
--text-color : # 505050 ; /* Dark bluish-grey for text */
17
17
--background-color : # fefefe ; /* Near white background */
18
18
--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 */
20
20
--link-hover-color : var (--highlight-color ); /* Reddish color on hover */
21
21
--border-color : # e0e0e0 ;; /* General border color */
22
22
- - source- code-to ggle-color : var(- - secondary- highlight- color );
@@ -95,13 +95,11 @@ main .anchor-link:target {
95
95
/* 4. Links */
96
96
a {
97
97
color : var (--link-color );
98
- text-decoration : none;
99
98
transition : color 0.3s ease;
100
99
}
101
100
102
101
a : hover {
103
102
color : var (--link-hover-color );
104
- text-decoration : underline;
105
103
}
106
104
107
105
a code : hover {
You can’t perform that action at this time.
0 commit comments