From 2a08722cf39efb26e5f06c0138d8c9eb0cb9c21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Sun, 4 Mar 2018 22:28:29 +0100 Subject: [PATCH] More icon and styling --- app/resources/images/chat-icon.svg | 2 +- app/stylus/components/Chat.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/resources/images/chat-icon.svg b/app/resources/images/chat-icon.svg index 5273589..172defc 100644 --- a/app/resources/images/chat-icon.svg +++ b/app/resources/images/chat-icon.svg @@ -2,7 +2,7 @@ - + diff --git a/app/stylus/components/Chat.styl b/app/stylus/components/Chat.styl index 2836c4b..45f5b63 100644 --- a/app/stylus/components/Chat.styl +++ b/app/stylus/components/Chat.styl @@ -15,7 +15,7 @@ background-position: center; background-size: 70%; background-repeat: no-repeat; - background-color: rgba(#000, 0.5); + background-color: rgba(#fff, 0.3); background-image: url('/resources/images/chat-icon.svg'); cursor: pointer; transition-property: opacity, background-color;