Skip to content

Commit

Permalink
use secondary color for links hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jul 11, 2024
1 parent 82073a2 commit 4430524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labs_sphinx_theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ html[data-theme="dark"] {
}

.footer-item li a.nav-link:hover {
color: var(--pst-color-primary);
color: var(--pst-color-secondary);
text-decoration: none;
}

Expand Down

0 comments on commit 4430524

Please sign in to comment.