thefoldwithin-earth/public/styles.css

5 lines
186 B
CSS
Raw Normal View History

2025-10-19 16:48:12 -05:00
body { font-family: monospace; background: #f0f0f0; }
.room { border: 1px solid #ccc; padding: 1em; }
.exits a { display: block; }
.chat { border-top: 1px solid #000; margin-top: 1em; }