Files
battleship/data/styles.css
T

8 lines
401 B
CSS

:root { color-scheme: dark; font-family: system-ui, sans-serif; }
body { margin: 0; background: #10223a; color: #f4f7fb; }
main { max-width: 42rem; margin: 0 auto; padding: 1.5rem; }
section { background: #19395c; border-radius: .75rem; padding: 1rem; }
dl { display: grid; grid-template-columns: max-content 1fr; gap: .5rem 1rem; }
dt { font-weight: 700; }
dd { margin: 0; overflow-wrap: anywhere; }