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