瀏覽代碼

美观化

LiuLiu 3 年之前
父節點
當前提交
f2cc65ccc8
共有 1 個文件被更改,包括 8 次插入0 次删除
  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>