diff --git a/js/lib.board.js b/js/lib.board.js index 4651bcf..2107011 100644 --- a/js/lib.board.js +++ b/js/lib.board.js @@ -199,6 +199,7 @@ async function showCalls(id) { /* Prepare then insert DOM Data */ let dom = `

X

+

Click on a stations name to go to it's departure board

diff --git a/styles/board.css b/styles/board.css index 49f2e65..77ecde5 100644 --- a/styles/board.css +++ b/styles/board.css @@ -285,6 +285,14 @@ caption{ width: 90%; } +.call-table-description { + color: var(--second-text-color) +} + +.detail-name a { + text-decoration: none; +} + .detail-name-here { color: var(--board-name-color); }
Location