Skip to content

Commit 44e8679

Browse files
author
Ari Madian
authored
Merge pull request #127 from cognitive137/master
Fixing link hover colour problem.
2 parents 205aac4 + 63d2216 commit 44e8679

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/components/Footer.vue

+4-7
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,12 @@ export default {
6969
margin-bottom: 0;
7070
padding-bottom:0;
7171
}
72-
.chooser-footer a,
73-
.middle-column .footer-licensing-text a {
74-
color: #05B5DA;
72+
.chooser-footer-container a, .chooser-footer-container a:hover {
73+
color:#05b5da;
7574
}
76-
.chooser-footer a:hover,
77-
.middle-column .footer-licensing-text a:hover {
78-
color: #363636;
75+
.chooser-footer-container a:hover {
76+
text-decoration: underline;
7977
}
80-
8178
.footer-cc-logo {
8279
margin-bottom: 40px;
8380
}

0 commit comments

Comments
 (0)