diff --git a/client/css/style.css b/client/css/style.css index 08f6006a..d776988a 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1483,6 +1483,15 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ } #connection-error { + font-size: 12px; + line-height: 36px; + font-weight: bold; + letter-spacing: 1px; + word-spacing: 3px; + text-transform: uppercase; + background: #e74c3c; + color: #fff; + text-align: center; display: none; } diff --git a/client/index.html b/client/index.html index cdce541f..61abcde2 100644 --- a/client/index.html +++ b/client/index.html @@ -63,7 +63,7 @@