/* Styles for Station template Version: 2024-12-17 */ .voy-station-template { white-space: nowrap; background-color: #f4f4f4; color: #000; border: 1px solid #ddd; padding: 0 2px; } @media screen { html.skin-theme-clientpref-night .voy-station-template { background-color: #444; color: #fff; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-night .voy-station-template { background-color: #444; color: #fff; } }