From 0503e77861fcdfeaf20e1cc06dbc2f49d06bc45b Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Wed, 25 Mar 2020 22:58:24 -0700 Subject: Change message box background according to the theme. --- app.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app.scss') diff --git a/app.scss b/app.scss index 69b1067..2b726c8 100644 --- a/app.scss +++ b/app.scss @@ -68,6 +68,13 @@ $theme-dark: ( } } + .message { + background-color: map-get($theme, "card-background"); + .message-body { + color: map-get($theme, "text"); + } + } + .footer { background-color: map-get($theme, "card-background"); box-shadow: 0 2px 15px 0 map-get($theme, "card-shadow"); -- cgit v1.2.3