We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2623 commit 63d2216Copy full SHA for 63d2216
src/components/Footer.vue
@@ -69,15 +69,12 @@ export default {
69
margin-bottom: 0;
70
padding-bottom:0;
71
}
72
-.chooser-footer a,
73
-.middle-column .footer-licensing-text a {
74
- color: #05B5DA;
+.chooser-footer-container a, .chooser-footer-container a:hover {
+ color:#05b5da;
75
76
-.chooser-footer a:hover,
77
-.middle-column .footer-licensing-text a:hover, .middle-column .footer-contribute-link a:hover {
+.chooser-footer-container a:hover {
78
text-decoration: underline;
79
80
-
81
.footer-cc-logo {
82
margin-bottom: 40px;
83
0 commit comments