Skip to content

Instantly share code, notes, and snippets.

@MattIPv4
Last active January 4, 2026 03:56
Show Gist options
  • Select an option

  • Save MattIPv4/c4fa7482692590eca11e2cb210e3ca04 to your computer and use it in GitHub Desktop.

Select an option

Save MattIPv4/c4fa7482692590eca11e2cb210e3ca04 to your computer and use it in GitHub Desktop.
@-moz-document domain("traksy.uk") {
body {
background: #000 !important;
height: unset !important;
overflow-y: unset !important;
}
#menu,
#main .map .toprow .buttons .burger,
#main .map .toprow .buttons .search {
display: none !important;
}
#main .map .toprow,
#main .map.schedule.scrolled > .content {
margin: 0 !important;
}
#main .map .content {
height: 100vh !important;
padding: 1em 0 !important;
}
#main .map text {
fill: #888 !important;
}
#main .map .berth rect {
fill: #222 !important;
stroke: #444 !important;
}
#main .map .berth text {
fill: #fff !important;
stroke: #fff !important;
}
#main .map .track {
stroke: #888 !important;
}
#main .map .track.shunt {
stroke: #444 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment