diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 10:09:18 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 10:09:18 +0200 | 
| commit | 10c3edc093b13053f63ac764cf593245c72bf4b7 (patch) | |
| tree | 4256c557697418cbae61224421dc443f0b7ba6da | |
| parent | 283817ca23d681fc96b2d33a0ce13b8a189ba416 (diff) | |
use black-on-light design for sbahn too
| -rw-r--r-- | public/static/default.css | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/public/static/default.css b/public/static/default.css index 37ffe59..aad8ee6 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -62,8 +62,7 @@ div.displayclean li .lineinfo .replaced {  div.displayclean li .sbahn {  	font-weight:bold; -	color:#FFFFFF; -	background-color:#006E10; +	background-color:#95d79f;  	border-radius: 30px;  	padding:3px 6px 2px 6px;  }  | 
