From 1a0030b01c6ef85c7bc7f0247fa1e2ab224809f5 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Mon, 19 Jan 2026 00:00:04 +0000 Subject: [PATCH] modified: public/global.css --- public/global.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/public/global.css b/public/global.css index 4cb159a..be54df6 100644 --- a/public/global.css +++ b/public/global.css @@ -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; }