Commit 09f68589 authored by youjie's avatar youjie

no message

parent 5822d395
......@@ -49,7 +49,7 @@
<ul class="BottomListBox absolute row justify-center">
<li class="q-py-sm q-px-lg relative cursor-pointer" v-for="(item,index) in plugData.BottomList"
@click.stop="OpenNewUrl(item.LinkUrl)">
<a class="text-gray-700 transition-base md:hover:text-secondary">
<a class="text-grey-7 transition-base">
<span class="text-xs font-serif tracking-1 pointer-events-none">{{item.LinkTitle}}</span>
</a>
</li>
......@@ -242,8 +242,8 @@ export default {
bottom: 15px;
z-index: 0;
}
.BottomListBox li:hover{
color: rgb(05,05,05);
.BottomListBox li:hover a{
color: $secondary;
}
.BottomListBox li::after{
content: "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment