style: add codeblock marking
This commit is contained in:
parent
852df0acf2
commit
80e0f04e93
@ -159,6 +159,15 @@ article {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background: #1e1e1e;
|
||||||
|
|
||||||
|
code mark, code mark span {
|
||||||
|
background: #d8ba76 !important;
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user