diff --git a/client/css/style.css b/client/css/style.css index ff61f110..94461477 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -95,6 +95,10 @@ button::-moz-focus-inner { background-color: #ebedef; color: #526476; } +#logo { + margin: 30px 0 30px; + text-align: center; +} #menu, #networks { margin: 20px; @@ -254,7 +258,7 @@ button::-moz-focus-inner { } #chat .time { color: #dee0e2; - padding: 2px 10px; + /*padding: 2px 10px;*/ } #chat .users { background: #fff; diff --git a/client/img/play.svg b/client/img/play.svg new file mode 100644 index 00000000..e4de11ac --- /dev/null +++ b/client/img/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/index.html b/client/index.html index a99fa966..fefabe66 100644 --- a/client/index.html +++ b/client/index.html @@ -15,6 +15,11 @@