html.dark .shiki,html.dark .shiki span{--added-color:#2ea04326;--added-accent-color:#46954a;--deleted-color:#f851491a;--deleted-accent-color:#cf222e;color:var(--shiki-dark)!important;background-color:var(--neutral-800)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}html .shiki{--added-color:#dafbe1;--added-accent-color:#1f883d;--deleted-color:#ffebe9;--deleted-accent-color:#cf222e;padding-top:.75rem;padding-bottom:.75rem;font-size:13px}html .shiki pre{display:flex}html .shiki code{flex-direction:column;width:100%;min-width:max-content;display:flex}html .shiki .line:last-child{height:auto}html .shiki .line{height:20px;padding-left:1.25rem;padding-right:1.25rem;position:relative}html .shiki .line[line-highlighted]{background-color:hsl(var(--solar)/.05)!important}html .shiki .line[line-highlighted]:before{content:"";background-color:hsl(var(--solar));width:3px;height:100%;position:absolute;top:0;left:0}html .shiki .line[line-deleted]{background:var(--deleted-color)!important}html .shiki .line[line-deleted]:before{content:"";background:var(--deleted-accent-color);width:3px;height:100%;position:absolute;top:0;left:0}html .shiki .line[line-added]{background:var(--added-color)!important}html .shiki .line[line-added]:before{content:"";background:var(--added-accent-color);width:3px;height:100%;position:absolute;top:0;left:0}
