``` @media (prefers-color-scheme: dark) { :root { --link: #ffe094; --link_visited: #ffe094; --background: #36312d; } } ```