forked from david-swift/duckling
Use more minimal theme for code snippets #1
This commit is contained in:
parent
c9c86e5af0
commit
9100d706bc
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user