Skip to content

Commit 949df7c

Browse files
committed
Fix hover color for footer links
1 parent bc04f4a commit 949df7c

File tree

1 file changed

+4
-0
lines changed
  • themes/opentermsarchive/assets/css/components

1 file changed

+4
-0
lines changed

themes/opentermsarchive/assets/css/components/footer.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
& a {
1616
display: inline-flex;
1717
color: var(--colorBlack600);
18+
19+
&:hover {
20+
color: var(--colorSecondary);
21+
}
1822
}
1923
}
2024
}

0 commit comments

Comments
 (0)