diff options
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/app.scss | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/sass/app.scss b/sass/app.scss index e3f219b..d718bb9 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -244,16 +244,21 @@ ul.departures {  	padding:0;  	> li { -		display: block; -		height: 3em; -		width: 100%; -		position: relative;  		border-bottom: 1px solid grey;  		background-color: $bg;  		&.cancelled {  			background-color: #ffe7d0;  		} + +		a { +			color: $fg; +			text-decoration: none; +			display: block; +			height: 3em; +			width: 100%; +			position: relative; +		}  	}  	.line { | 
