Skip to content

Commit

Permalink
css: specify color for a:link (unvisited links) instead of all a,…
Browse files Browse the repository at this point in the history
… some of which will lack an `href`
  • Loading branch information
ivan committed Jul 6, 2024
1 parent 45fc123 commit 07e8e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub(crate) fn top_css(
/* Specified because Firefox doesn't have a proper user agent stylesheet
* and may use incorrect colors from the system theme */
a {{
a:link {{
color: var(--link-color-normal);
}}
a:visited {{
Expand Down

0 comments on commit 07e8e21

Please sign in to comment.