comparison react_games/public/base.css @ 195:f8f5004a920a

Merging back hg-web-tip
author MrJuneJune <me@mrjunejune.com>
date Tue, 27 Jan 2026 06:51:44 -0800
parents 9f4429c49733
children
comparison
equal deleted inserted replaced
189:14cc84ba35a0 195:f8f5004a920a
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;