LiuLiu %!s(int64=3) %!d(string=hai) anos
pai
achega
f2cc65ccc8
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      pages/index.vue

+ 8 - 0
pages/index.vue

@@ -139,5 +139,13 @@ export default {
 }
 .footer-line *{
   color: inherit !important;
+  text-decoration: inherit !important;
+  transition: color .5s;
+}
+.footer-line *[href]:hover,
+.footer-line *[href]:focus-visible
+{
+  color: #909399 !important;
+  text-decoration: underline !important;
 }
 </style>