File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 208208 --button-comment-hover-bg : light-dark (# e0e0e6, # 52525e );
209209 --button-comment-hover-color : var (--button-comment-color );
210210
211+ --link-fg-color : light-dark (# 0060df, # 0df );
212+ --link-hover-fg-color : light-dark (# 0250bb, # 80ebff );
213+
211214 @media screen and (forced-colors : active) {
212215 --comment-date-fg-color : CanvasText;
213216 --comment-bg-color : Canvas;
229232 --button-comment-border : 1px solid ButtonText;
230233 --button-comment-hover-bg : Highlight;
231234 --button-comment-hover-color : HighlightText;
235+ --link-fg-color : LinkText;
236+ --link-hover-fg-color : LinkText;
232237 }
233238}
234239
441446 height : auto;
442447 overflow-wrap : break-word;
443448 margin-block-start : 15px ;
449+ color : var (--link-fg-color );
444450
445451 & : focus-visible {
446452 outline : var (--focus-ring-outline );
447453 }
454+
455+ & : hover {
456+ color : var (--link-hover-fg-color );
457+ }
448458 }
449459 }
450460
You can’t perform that action at this time.
0 commit comments