[data-theme="dark"] {
--wiko-bg: #0f1621;
--wiko-surface: #182231;
--wiko-border: #2a3b54;
--wiko-text: #e7eef8;
--wiko-text-muted: #a5b4c9;
--wiko-primary: #15a987;
--wiko-primary-hover: #47c2a4;
--wiko-code-bg: #111c2a;
--wiko-sidebar-bg: #121d2b;
--wiko-link: #67bbff;
--wiko-link-hover: #9fd4ff;
--wiko-focus: #f1b85f;
--wiko-hero-bg: #152235;
}code[class*="language-"],
pre[class*="language-"] {
color: var(--wiko-text);
background: var(--wiko-code-bg);
font-family: 'JetBrains Mono', monospace;
text-shadow: none;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: var(--wiko-text-muted);
}
.token.punctuation {
color: var(--wiko-text);
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: var(--wiko-primary);
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: var(--wiko-link);
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: var(--wiko-text);
}
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
color: var(--wiko-link-hover);
}
.token.keyword {
color: var(--wiko-primary-hover);
}
.token.regex,
.token.important {
color: var(--wiko-focus);
}.yarpp-related{margin-bottom:1em;margin-top:1em}.yarpp-related a{font-weight:700;text-decoration:none}.yarpp-related .yarpp-thumbnail-title{font-size:96%;font-weight:700;text-align:left;text-decoration:none}.yarpp-related h3{font-size:125%;font-weight:700;margin:0;padding:0 0 5px;text-transform:capitalize}