-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (37 loc) · 817 Bytes
/
style.css
File metadata and controls
42 lines (37 loc) · 817 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
/* style_dark.css */
body {
font-family: 'Segoe UI', sans-serif;
background-color: #1E1E1E; /* fondo oscuro */
color: #f0f0f0;
}
h1, h2, h3 {
color: #E0E0E0;
font-weight: 600;
text-align: center;
}
div[data-testid="stMetric"] {
background-color: #2E373F;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
text-align: center;
margin: 10px 0;
color: #F0F0F0;
}
.css-1aumxhk {
padding: 2rem;
background-color: transparent;
}
.stDataFrameContainer {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
background-color: #2C2C2C;
color: #f0f0f0;
}
/* Sidebar title styling (modo oscuro) */
.css-ffhzg2 {
font-size: 1.2rem;
color: #E0E0E0;
font-weight: bold;
}