Skip to content

Commit 4430524

Browse files
committed
use secondary color for links hover effect
1 parent 82073a2 commit 4430524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labs_sphinx_theme/static/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ html[data-theme="dark"] {
5151
}
5252

5353
.footer-item li a.nav-link:hover {
54-
color: var(--pst-color-primary);
54+
color: var(--pst-color-secondary);
5555
text-decoration: none;
5656
}
5757

0 commit comments

Comments
 (0)