:root { color-scheme: light dark; } body { width: 500px; padding: 10px; font-family: system-ui; } label { display: inline-block; width: 100px; } input { width: 32em; } #priv-key, #pub-key { font-family: monospace; } .profiles label { width: 80px; display: inline-block; } .profiles { margin-bottom: 15px; } .key { margin-bottom: 15px; } .buttons { margin-bottom: 15px; } td:first-child { width: 50px; } td:nth-child(2) { width: 100px; } tr { margin-bottom: 10px; } /* @media (prefers-color-scheme: dark) {} */