:root{--foreground-rgb:0,0,0;--background-start-rgb:255,255,255;--background-end-rgb:255,255,255;--code-bg:#010102;--code-text:#c9d1d9;--code-keyword:#ff7b72;--code-string:#a5d6ff;--code-function:#d2a8ff;--code-comment:#8b949e;--code-identifier:#79c0ff;--code-number:#79c0ff;--code-boolean:#ff7b72;--code-type:#7ee787;--code-operator:#c9d1d9;--code-punctuation:#c9d1d9}.dark{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}body:not(:has([class*=nx-])){color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}