A simple snippet of CSS which can brighten up your website when giving complex travel instructions or direction when using public transport in London.
Just add this line of code into your <head>
.
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/fredbradley/tfl-colours/build/css/style.css" />
npm install @fredbradley/tfl-colours
Then in your main JS:
require('@fredbradley/tfl-colours')
This method is still a work in progress. See Issue #1 for more info.
Alternatively you can just copy the contents of build/css/style.css
(it's only small). However, you won't have the benefit of any updates being automatically applied.
<span class="tfl tfl-jubilee">Jubilee Line</span>
For example, please checkout the examples page.
MIT
I'm open to ideas, and improvements. You can find me on @fredbradley on Twitter and GitHub.