-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (42 loc) · 814 Bytes
/
style.css
File metadata and controls
48 lines (42 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
body {
margin: 0;
min-height: 100vh;
background: radial-gradient(circle at top, #0f172a 0%, #020617 60%, #000 100%);
color: #e2e8f0;
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
}
.pulse-core {
text-align: center;
padding: 48px 24px 24px;
}
.om-symbol {
width: 96px;
height: 96px;
margin-bottom: 16px;
}
.main-title {
margin: 0;
font-size: 2.2rem;
letter-spacing: 0.12em;
}
#coremap-container {
width: min(92vw, 820px);
margin: 16px auto 40px;
background: rgba(15, 23, 42, 0.6);
border: 1px solid rgba(148, 163, 184, 0.25);
border-radius: 16px;
padding: 16px;
box-sizing: border-box;
}
#coremap {
width: 100%;
min-height: 420px;
}
.auto-init {
margin-top: auto;
padding: 16px 24px 32px;
color: #94a3b8;
}