]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.scss
Change message box background according to the theme.
[github/bastienwirtz/homer.git] / app.scss
index 69b1067e2f2ecd1d4fd303b826e9bd27e042a086..2b726c8a6ab9614c2bfa1ef54adcb02ed46676f2 100644 (file)
--- 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");