/* replaces the accent color with ruben flavored goo */ :root { --accent: #00d131 !important; } @media (prefers-color-scheme: dark) { :root { --accent: #65ff88 !important; } }