Skip to content

Commit 63d2216

Browse files
authored
Update rules.
1 parent 0cc2623 commit 63d2216

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/components/Footer.vue

Lines changed: 3 additions & 6 deletions
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, .middle-column .footer-contribute-link a:hover {
75+
.chooser-footer-container a:hover {
7876
text-decoration: underline;
7977
}
80-
8178
.footer-cc-logo {
8279
margin-bottom: 40px;
8380
}

0 commit comments

Comments
 (0)