We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 205aac4 + 63d2216 commit 44e8679Copy full SHA for 44e8679
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 {
78
- color: #363636;
+.chooser-footer-container a:hover {
+ text-decoration: underline;
79
80
-
81
.footer-cc-logo {
82
margin-bottom: 40px;
83
0 commit comments