aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mewe/darkmode.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mewe/darkmode.css')
-rw-r--r--recipes/mewe/darkmode.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/mewe/darkmode.css b/recipes/mewe/darkmode.css
new file mode 100644
index 0000000..93970ea
--- /dev/null
+++ b/recipes/mewe/darkmode.css
@@ -0,0 +1,9 @@
1.ember-application {
2 background-color: #424242;
3}
4
5.chat-window_header,
6.chats-list,
7.h-sidebar-left_search {
8 background-color: black;
9}