diff options
Diffstat (limited to 'app.scss')
-rw-r--r-- | app.scss | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -68,6 +68,13 @@ $theme-dark: ( | |||
68 | } | 68 | } |
69 | } | 69 | } |
70 | 70 | ||
71 | .message { | ||
72 | background-color: map-get($theme, "card-background"); | ||
73 | .message-body { | ||
74 | color: map-get($theme, "text"); | ||
75 | } | ||
76 | } | ||
77 | |||
71 | .footer { | 78 | .footer { |
72 | background-color: map-get($theme, "card-background"); | 79 | background-color: map-get($theme, "card-background"); |
73 | box-shadow: 0 2px 15px 0 map-get($theme, "card-shadow"); | 80 | box-shadow: 0 2px 15px 0 map-get($theme, "card-shadow"); |