Skip to content

Commit

Permalink
navbar style changes, copyright adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Aug 26, 2024
1 parent df1af6f commit 44fef17
Show file tree
Hide file tree
Showing 4 changed files with 4,556 additions and 12,312 deletions.
5 changes: 3 additions & 2 deletions documentation/.vuepress/components/copyright.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ a {

<template>
<div class="footer">
Copyright © 2024 Needle Tools GmbH — <a target="_blank"
href="https://needle.tools/contact#privacy-policy">Privacy Policy</a>
©2024 Needle Tools GmbH •
<a target="_blank" href="https://needle.tools/contact">About • </a>
<a target="_blank" href="https://needle.tools/contact#privacy-policy">Privacy Policy</a>
</div>
</template>
2 changes: 2 additions & 0 deletions documentation/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export default defineUserConfig({
lastUpdated: true, // useful for locally testing / seeing which pages are outdated
contributors: false,
editLink: true,
editLinkText: "Suggest changes",
externalLinkIcon: false,
notFound: [
"Oh no — this page does not exist!",
"Gosh! You found a 🌵 glitch",
Expand Down
12 changes: 12 additions & 0 deletions documentation/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,16 @@ td {
border-radius: 0 0 10px 10px;
width: calc(100% - .6em);
padding-left: .6em;
}

.navbar {
border-radius: 30px;
box-shadow: 0 0 10px #0000001a;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background-color: rgba(255, 255, 255, 0.7);
margin: 10px;
overflow-x: auto;
overflow-y: hidden;
font-size: 0.5em;
}
Loading

0 comments on commit 44fef17

Please sign in to comment.