Mercurial
comparison react_games/public/base.css @ 231:09a96dcb2b4c hg-web
[merge] Join existing hg-web branch head
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:50:48 -0700 |
| parents | 9f4429c49733 |
| children |
comparison
equal
deleted
inserted
replaced
| 217:7ef4c9d2a72d | 231:09a96dcb2b4c |
|---|---|
| 3 padding: 0; | 3 padding: 0; |
| 4 box-sizing: border-box; | 4 box-sizing: border-box; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body { | 7 body { |
| 8 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; | |
| 9 background: linear-gradient(135deg, #667eea 10%, #764ba2 100%); | 8 background: linear-gradient(135deg, #667eea 10%, #764ba2 100%); |
| 10 background-attachment: fixed; | 9 background-attachment: fixed; |
| 11 background-repeat: no-repeat; | 10 background-repeat: no-repeat; |
| 12 background-size: cover; | 11 background-size: cover; |
| 13 min-height: 100vh; | 12 min-height: 100vh; |