:root { --content-primary: rgb(36, 36, 36); --content-secondary: rgb(117, 117, 117); --background: rgb(255, 255, 255); --code-background: rgb(249, 249, 249); --code-border: rgb(229, 229, 229); } .dark { --content-primary: #D3C1A6; --content-secondary: #7B6A51; --background: #29241E; --code-background: #241E1A; --code-border: #26211C; }