Skip to content

Commit 23aaa35

Browse files
committed
feat: add new big logo and update references in config and styles
1 parent 42cf01a commit 23aaa35

5 files changed

Lines changed: 46 additions & 6 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
['meta', { name: 'theme-color', content: '#d63472' }],
1515
],
1616
themeConfig: {
17-
logo: '/logo.svg',
17+
logo: '/big-logo.svg',
1818
siteTitle: 'StarQuery',
1919
nav: [
2020
{ text: 'Guide', link: '/guide/getting-started' },
@@ -62,8 +62,8 @@ export default defineConfig({
6262
level: [2, 3],
6363
},
6464
footer: {
65-
message: 'Tasteful data tools. Serious control.',
66-
copyright: 'Copyright © StarQuery',
65+
message: 'Tasteful data tools.',
66+
copyright: '<a href="https://interaapps.de">InteraApps</a>',
6767
},
6868
},
6969
})

docs/.vitepress/theme/components/HomeHero.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import InstallNavButton from "./InstallNavButton.vue";
2828
/>
2929
</div>
3030
<div
31-
class="relative animate-[spin_60s_linear_infinite] select-none opacity-20 block dark:hidden"
31+
class="relative animate-[spin_60s_linear_infinite] select-none opacity-20 block dark:hidden w-full"
3232
>
3333
<img
3434
src="/logo-part-outline-dark.svg"
@@ -44,7 +44,8 @@ import InstallNavButton from "./InstallNavButton.vue";
4444
</div>
4545

4646
<div class="absolute h-full w-full flex items-center justify-center top-0">
47-
<img class="w-full !max-w-100%" src="/screenshot.png" />
47+
<img class="!hidden !dark:block w-full !max-w-100%" src="/screenshot.png" />
48+
<img class="!block !dark:hidden w-full !max-w-100%" src="/screenshot-light.png" />
4849
</div>
4950

5051

docs/.vitepress/theme/custom.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,16 @@ body {
9393
.VPNavBar {
9494
backdrop-filter: saturate(180%) blur(18px);
9595
background: color-mix(in srgb, var(--vp-c-bg) 78%, transparent);
96-
border-bottom: 1px solid var(--vp-c-border);
96+
border-bottom: 0;
97+
98+
.title {
99+
span {
100+
display: none;
101+
}
102+
img {
103+
height: 40px;
104+
}
105+
}
97106
}
98107

99108
.VPNavBar .content-body {

docs/public/big-logo.svg

Lines changed: 30 additions & 0 deletions
Loading

docs/public/screenshot-light.png

839 KB
Loading

0 commit comments

Comments
 (0)