diff options
Diffstat (limited to '')
| -rw-r--r-- | assets/css/_structure.less | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/assets/css/_structure.less b/assets/css/_structure.less index cd6d746..7fc59d8 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -68,6 +68,12 @@ body.overview {  body.room {  	@import "_room.less";  } +body.relive { +	@import "_relive.less"; +} +body.relive-player { +	@import "_relive_player.less"; +}  body.e404 {  	> .container { | 
