From: Chocobozzz Date: Fri, 22 May 2020 09:07:23 +0000 (+0200) Subject: Fix notification with dark theme X-Git-Tag: v2.2.0~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=efc84bdc494a3b102e4aa8bc2d24a3766bd0d751;p=oweals%2Fpeertube.git Fix notification with dark theme --- diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 33483533e..056b88fc1 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -521,6 +521,7 @@ p-toast { .ui-toast-message { font-family: $main-fonts; background-color: var(--mainBackgroundColor) !important; + color: var(--mainForegroundColor) !important; border-radius: 5px; box-sizing: border-box; border: 1px solid #EBEEF5 !important;