Added more things
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 34s

This commit is contained in:
2026-03-20 00:07:23 +01:00
parent b1c5535420
commit 2def9a207c
9 changed files with 425 additions and 27 deletions

View File

@@ -1,18 +1,18 @@
<template>
<div class="menus">
<NuxtLink href="/">About</NuxtLink>
<NuxtLink href="/blog">Blogs</NuxtLink>
<NuxtLink href="/blog">Blog</NuxtLink>
<NuxtLink class="disabled">Drawings</NuxtLink>
</div>
</template>
<style lang="scss" scoped>
.menus {
margin-bottom: 10px;
}
.menus > a {
margin-right: 20px;
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
text-shadow: 0 0 1px var(--color-link);
}
.disabled {