Update team visibility and refresh premium UI styling

This commit is contained in:
Krikorios
2026-02-24 00:51:23 +02:00
parent e3a74b2d50
commit 00fda3e045
14 changed files with 299 additions and 83 deletions
+4 -3
View File
@@ -107,10 +107,11 @@
/* Enhanced Body Background */
body {
background: #050810;
background: #0d2038;
background-image:
radial-gradient(ellipse at 0% 0%, rgba(0, 245, 255, 0.06) 0%, transparent 40%),
radial-gradient(ellipse at 100% 0%, rgba(181, 55, 242, 0.06) 0%, transparent 40%);
radial-gradient(ellipse at 0% 0%, rgba(0, 245, 255, 0.1) 0%, transparent 42%),
radial-gradient(ellipse at 100% 0%, rgba(181, 55, 242, 0.09) 0%, transparent 42%),
linear-gradient(180deg, #17335a 0%, #10223d 45%, #0d1d34 100%);
/* background-attachment: fixed removed — causes full repaint on every scroll */
position: relative;
min-height: 100vh;