|
@@ -139,5 +139,13 @@ export default {
|
|
}
|
|
}
|
|
.footer-line *{
|
|
.footer-line *{
|
|
color: inherit !important;
|
|
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>
|
|
</style>
|