... |
... |
@@ -1,12 +1,13 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<style> |
3 |
|
-<style> |
4 |
4 |
.dashboard-column { |
5 |
|
- background-color: #002a4d !important; |
6 |
|
- border: 1px solid #004b80; |
7 |
|
- color: #f0f0f0; |
|
4 |
+ flex: 1; |
|
5 |
+ min-width: 250px; |
|
6 |
+ background-color: #002a4d; /* <- updated to match top panel */ |
|
7 |
+ padding: 1em; |
|
8 |
+ border: 1px solid #333; |
|
9 |
+ border-radius: 10px; |
8 |
8 |
} |
9 |
|
-</style> |
10 |
10 |
.cat-race a { color: #00ffff !important; } |
11 |
11 |
.cat-history a { color: #ffcc66 !important; } |
12 |
12 |
.cat-discrimination a { color: #ff6666 !important; } |