From ccda2a50474b30fc925f5ce569aa9f5552b4431f Mon Sep 17 00:00:00 2001 From: david-swift Date: Tue, 4 Mar 2025 18:06:50 +0100 Subject: [PATCH] Update demo page --- config.toml | 4 ++-- static/syntax-theme-dark.css | 2 +- static/syntax-theme-light.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 5b16f8f..855c1ba 100644 --- a/config.toml +++ b/config.toml @@ -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. diff --git a/static/syntax-theme-dark.css b/static/syntax-theme-dark.css index ee8bb5a..f38586d 100644 --- a/static/syntax-theme-dark.css +++ b/static/syntax-theme-dark.css @@ -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 { diff --git a/static/syntax-theme-light.css b/static/syntax-theme-light.css index eb3ebad..c4413f9 100644 --- a/static/syntax-theme-light.css +++ b/static/syntax-theme-light.css @@ -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 {