Skip to content

Commit b943ad0

Browse files
committed
PubMed search link: default text color (black) instead of teal
1 parent 308ada1 commit b943ad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ hr { border: 0; border-top: 1px dotted $text-faint; margin: 2rem 0; }
505505
display: inline-flex;
506506
align-items: center;
507507
gap: 0.5rem;
508-
color: $accent-hover;
509-
&:hover { color: $text; }
508+
color: $text;
509+
&:hover { color: $accent-hover; }
510510
}
511511
strong { font-weight: 800; }
512512
}

0 commit comments

Comments
 (0)