modified: public/global.css

This commit is contained in:
Anderson 2026-01-19 00:00:04 +00:00 committed by GitHub
parent 8b798493f7
commit 1a0030b01c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,15 +2,10 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Roboto Mono', monospace;
background: linear-gradient(120deg, #0a0a0a 0%, #1a1a2a 100%),
radial-gradient(circle at 20% 30%, #ff0000 0%, transparent 60%),
radial-gradient(circle at 80% 70%, #0066ff 0%, transparent 60%),
radial-gradient(circle at 50% 90%, #ffa500 0%, transparent 70%);
background-blend-mode: screen, lighten, normal;
background: #0a0a0a;
color: #e0e0e0;
overflow-x: hidden;
min-height: 100vh;
transition: background 1.5s cubic-bezier(0.77,0,0.175,1);
}
body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 2px); pointer-events: none; z-index: 1000; }
body::after { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 50px 50px; pointer-events: none; z-index: 0; }