Last active
January 4, 2026 03:56
-
-
Save MattIPv4/c4fa7482692590eca11e2cb210e3ca04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-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