Tweak front page device featurette

Adds a type of 3D device

Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com>
This commit is contained in:
Soitora 2023-07-19 19:28:34 +02:00
parent 87d5e8b7d7
commit a37150c74b
6 changed files with 16 additions and 5 deletions

View File

@ -16,7 +16,15 @@ export default ({ mode }) => {
// Base directory, enabling override ability needed for GitHub Pages
base: process.env.VITE_BASE || "/",
head: [["meta", { name: "theme-color", content: "#4A74EA" }]],
head: [
[
"meta",
{
name: "theme-color",
content: "#818CF8"
}
]
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
@ -30,9 +38,8 @@ export default ({ mode }) => {
},
footer: {
message:
'<a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Open-source Apache Licensed</a> | <a href="./privacy">Privacy policy</a>',
copyright: "Copyright © 2015 - 2023 Javier Tomás",
message: "<strong><a href='https://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Open-source Apache Licensed</a></strong> | <strong><a href='./privacy'>Privacy policy</a></strong>",
copyright: `Copyright © 2015 - ${ new Date().getFullYear() } Javier Tomás`,
},
search: {

View File

@ -42,10 +42,14 @@
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand) 30%, var(--vp-c-brand-dark));
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand-darkest) 50%, var(--vp-c-brand-darker) 50%);
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand-light) 50%, var(--vp-c-brand-lighter) 50%);
--vp-home-hero-image-filter: blur(40px);
}
.dark {
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand-darker) 25%, var(--vp-c-brand-darkest) 25%);
}
@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 626 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 627 KiB