Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
vhargrave committed Sep 6, 2024
1 parent d59b035 commit 6f0e4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ header .feds-cta--primary:hover {
border-color: var(--color-info-accent-hover);
}

body {
body { /* stylelint-disable-line no-duplicate-selectors */
--link-color: var(--color-info-accent);
--link-hover-color: var(--color-info-accent-hover);
--feds-color-link--hover--light: var(--color-info-accent-hover);
Expand Down

0 comments on commit 6f0e4e9

Please sign in to comment.