diff -r 000d3262244c -r ebb86ed1b785 QTfrontend/res/css/easter.css --- a/QTfrontend/res/css/easter.css Thu Jul 18 18:45:30 2019 +0200 +++ b/QTfrontend/res/css/easter.css Thu Jul 18 19:26:13 2019 +0200 @@ -546,3 +546,12 @@ #keyBinderScrollArea { background: #130F2A; } +#chatContainer { +border-width: 0px; +background-color: #ffcc00; +border-radius: 10px; +} +#chatText { +background-color: rgb(23, 11, 54); +border-width: 0px; +}