Update demo page
This commit is contained in:
parent
abdecb2f69
commit
ccda2a5047
@ -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.
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user