Files
dota-random-builds/dota-random-builds-front/src/assets/main.css

32 lines
552 B
CSS
Raw Normal View History

2025-12-16 22:16:45 +03:00
:root{
--bg-1: #050a19;
--bg-2: #0b1f3a;
/* Бирюзово-синие glows */
--glow-1: rgba(79, 209, 197, 0.16);
--glow-2: rgba(56, 189, 248, 0.12);
--glow-3: rgba(96, 165, 250, 0.10);
/* Акценты и текст */
--accent: #4fd1c5;
--muted: #9fb3cc;
--noise-opacity: 0.04;
/* Dota-стильные подсветки */
--gold-glow: rgba(200, 168, 106, 0.12);
--blue-glow: rgba(79,195,247,0.12);
}
*{
box-sizing: border-box;
}
html, body {
/* width: 100%;
height: 100%; */
margin: 0;
padding: 0;
}