diff --git a/src/App.vue b/src/App.vue index e3a20cd..45e0925 100644 --- a/src/App.vue +++ b/src/App.vue @@ -100,13 +100,14 @@ onBeforeUnmount(() => { - - + + {{ item.name }} diff --git a/src/assets/main.css b/src/assets/main.css index 25a5731..76f9b87 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -26,7 +26,7 @@ a, @media (hover: hover) { a:hover { - background-color: hsla(160, 100%, 37%, 0.2); + /*background-color: hsla(160, 100%, 37%, 0.2);*/ } } diff --git a/src/assets/theme.css b/src/assets/theme.css index b92b3dc..2cae9bc 100644 --- a/src/assets/theme.css +++ b/src/assets/theme.css @@ -206,4 +206,3 @@ span, a, i { color: var(--text-color) !important; padding: 0 !important; } -