Mercurial
comparison react_games/public/base.css @ 193:9f4429c49733 hg-web
[HgWeb] Making progress....
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 25 Jan 2026 20:04:55 -0800 |
| parents | fb9bcd3145cb |
| children |
comparison
equal
deleted
inserted
replaced
| 192:b818a4561a3c | 193:9f4429c49733 |
|---|---|
| 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; |