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 = [
{ url = "@/blog/_index.md", name = "Blog" },
{ url = "@/demo/index.md", name = "Demo" },
{ url = "https://daudix.one/coffee/", name = "Coffee" }
{ url = "https://mastodon.de/@david_swift", name = "Developer" }
]
[extra.footer]
@ -141,7 +141,7 @@ links = [
links = [
{ url = "@/blog/_index.md", name = "Blog" },
{ 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.
# Any URL-encoded SVG can be used as an icon.

View File

@ -4,7 +4,7 @@
.z-code {
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 {

View File

@ -4,7 +4,7 @@
.z-code {
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 {