Skip to content

Commit 008bd90

Browse files
Fix color for footer links on hover (#423)
1 parent 4aeee66 commit 008bd90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/theme-css/footer.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
color: var(--colorSecondary);
3535
}
3636

37+
.footer-item a:hover {
38+
color: var(--pst-color-link-hover);
39+
}
40+
3741
.footer-actions {
3842
max-width: 25vw;
3943
margin: 20px 25px;

0 commit comments

Comments
 (0)