Update demo page

This commit is contained in:
david-swift 2025-03-04 18:06:50 +01:00
parent abdecb2f69
commit ccda2a5047
3 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ show_repo = true
links = [ links = [
{ url = "@/blog/_index.md", name = "Blog" }, { url = "@/blog/_index.md", name = "Blog" },
{ url = "@/demo/index.md", name = "Demo" }, { url = "@/demo/index.md", name = "Demo" },
{ url = "https://daudix.one/coffee/", name = "Coffee" } { url = "https://mastodon.de/@david_swift", name = "Developer" }
] ]
[extra.footer] [extra.footer]
@ -141,7 +141,7 @@ links = [
links = [ links = [
{ url = "@/blog/_index.md", name = "Blog" }, { url = "@/blog/_index.md", name = "Blog" },
{ url = "@/demo/index.md", name = "Demo" }, { url = "@/demo/index.md", name = "Demo" },
{ url = "https://daudix.one/coffee/", name = "Coffee" } { url = "https://mastodon.de/@david_swift", name = "Developer" }
] ]
# Social links in the footer. # Social links in the footer.
# Any URL-encoded SVG can be used as an icon. # Any URL-encoded SVG can be used as an icon.

View File

@ -4,7 +4,7 @@
.z-code { .z-code {
color: #839496; color: #839496;
background-color: #292929; background-image linear-gradient(to right, var(--fg-muted-1) 50%, var(--shimmer) 75%, var(--fg-muted-1) 100%);
} }
.z-comment, .z-meta.z-documentation { .z-comment, .z-meta.z-documentation {

View File

@ -4,7 +4,7 @@
.z-code { .z-code {
color: #657b83; color: #657b83;
background-color: var(--background-color); background-image linear-gradient(to right, var(--fg-muted-1) 50%, var(--shimmer) 75%, var(--fg-muted-1) 100%);
} }
.z-comment, .z-meta.z-documentation { .z-comment, .z-meta.z-documentation {