diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/fossgis2019/main.less | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/configs/conferences/fossgis2019/main.less b/configs/conferences/fossgis2019/main.less index 127e976..baccd7d 100644 --- a/configs/conferences/fossgis2019/main.less +++ b/configs/conferences/fossgis2019/main.less @@ -77,8 +77,8 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra  	}  } -.overview { -	h2 { +.overview, .relive { +	h1, h2 {  		text-align: center;  		text-transform: uppercase; @@ -88,7 +88,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra  		color: @bg-orange;  	} -	.room, .recordings { +	.room, .recordings, .recording {  		a, a:hover {  			text-decoration: none;  			color: @overview-color; | 
