diff --git a/v2h_templates.py b/v2h_templates.py index c4b8e81..7af8fb3 100644 --- a/v2h_templates.py +++ b/v2h_templates.py @@ -33,6 +33,12 @@ th { color: #888; opacity: 0.5; } +table { + max-width: 900px; +} +tr:hover td:nth-child(n+2) { + background: lightblue; +} '''