get rid of the footer
Some checks failed
Build and publish the docker image / build (push) Failing after 1m1s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 11:06:01 +03:00
parent fd255fdeb9
commit 9b017e6153
9 changed files with 17 additions and 39 deletions

View File

@ -70,7 +70,11 @@ export default {
</template>
<style>
a:hover, router-link:hover {
nav {
color:
}
ul a:hover, ul router-link:hover {
text-decoration: underline;
}