... |
... |
@@ -1,12 +1,9 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<style> |
3 |
|
-.dashboard-column { |
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; |
|
3 |
+.dashboard-column h3 a:hover { |
|
4 |
+ text-decoration: underline !important; |
|
5 |
+ text-shadow: 0 0 5px white; |
|
6 |
+ filter: brightness(1.2); |
10 |
10 |
} |
11 |
11 |
.cat-race a { color: #00ffff !important; } |
12 |
12 |
.cat-history a { color: #ffcc66 !important; } |