From e91c540c8e5562f938dd329df43fcfc393599c12 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 10 Apr 2019 17:51:51 +0200 Subject: history: Show time next to station --- public/static/css/local.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/static/css/local.css b/public/static/css/local.css index 26ad1e3..a9848cc 100644 --- a/public/static/css/local.css +++ b/public/static/css/local.css @@ -10,6 +10,10 @@ td.cancelled { text-decoration: line-through; } +a.unmarked { + color: rgba(0, 0, 0, 0.87); +} + h1 { font-size: 2.92rem; margin: 1.9466666667rem 0 1.168rem 0; -- cgit v1.2.3