diff --git a/css/app.css b/css/app.css index 9e70092af..a45d3cdd9 100644 --- a/css/app.css +++ b/css/app.css @@ -789,6 +789,14 @@ img.tile { #about { text-align: right;} +.source-switch a { + padding: 2px 5px; +} +.source-switch a.live { + background: #d32232; + color:#fff; +} + #user-list a:not(:last-child):after { content: ', '; } diff --git a/index.html b/index.html index e66ca6be6..da369bfe7 100644 --- a/index.html +++ b/index.html @@ -119,8 +119,7 @@