refreshing design

This commit is contained in:
2025-11-25 23:31:16 +00:00
parent dfa9dedf6f
commit f006d65d86
2 changed files with 46 additions and 15 deletions

View File

@@ -4,3 +4,13 @@
<RouterLink to="/cv">CV</RouterLink>
</nav>
</template>
<style>
nav {
position: fixed;
width: 100%;
left: 0;
top: 0;
background: var(--background);
}
</style>