Use more minimal theme for code snippets #1

This commit is contained in:
david-swift 2025-02-25 14:36:12 +01:00
parent c9c86e5af0
commit 9100d706bc
3 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ samp {
} }
code:not(pre code) { code:not(pre code) {
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner-small); border-radius: var(--rounded-corner-small);
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
padding: 0.125rem 0.375rem; padding: 0.125rem 0.375rem;

View File

@ -4,7 +4,7 @@
.z-code { .z-code {
color: #839496; color: #839496;
background-color: #002b36; background-color: #292929;
} }
.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: #fdf6e3; background-color: var(--background-color);
} }
.z-comment, .z-meta.z-documentation { .z-comment, .z-meta.z-documentation {