diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-27 14:09:43 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-27 14:09:43 +0200 | 
| commit | 7fd71889acd2680357d9ae4d1a70acc069c60255 (patch) | |
| tree | e2247f53c108f94fb064d29ff77563f44c6689f4 | |
| parent | b0c4a33ce49a8d05b6dc94865d844b05866882a5 (diff) | |
wagenreihung: increase train type and wagon type contrast
| -rw-r--r-- | sass/app.scss | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/sass/app.scss b/sass/app.scss index f24ac9c..71e8425 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -158,13 +158,17 @@ div.content {  		.type {  			display: inline-block;  			width: 5em; -			color: $fg2; +			color: $fg;  		}  		a.type {  			color: $link-color;  		} +		.grouptype { +			color: $fg; +		} +  		.uicunknown {  			color: $fg3;  		} | 
